Class OutputBase

    • Constructor Summary

      Constructors 
      Constructor Description
      OutputBase​(org.apache.flink.streaming.api.operators.StreamOperator<?> operator)  
    • Constructor Detail

      • OutputBase

        public OutputBase​(org.apache.flink.streaming.api.operators.StreamOperator<?> operator)
    • Method Detail

      • close

        public void close()
        Specified by:
        close in interface org.apache.flink.util.Collector<org.apache.flink.streaming.runtime.streamrecord.StreamRecord<org.apache.flink.table.data.RowData>>