Class CopyingFirstInputOfTwoInputStreamOperatorOutput

  • All Implemented Interfaces:
    org.apache.flink.streaming.api.operators.Output<org.apache.flink.streaming.runtime.streamrecord.StreamRecord<org.apache.flink.table.data.RowData>>, org.apache.flink.util.Collector<org.apache.flink.streaming.runtime.streamrecord.StreamRecord<org.apache.flink.table.data.RowData>>

    public class CopyingFirstInputOfTwoInputStreamOperatorOutput
    extends FirstInputOfTwoInputStreamOperatorOutput
    An Output that can be used to emit copying elements and other messages for the first input of TwoInputStreamOperator.
    • Constructor Detail

      • CopyingFirstInputOfTwoInputStreamOperatorOutput

        public CopyingFirstInputOfTwoInputStreamOperatorOutput​(org.apache.flink.streaming.api.operators.TwoInputStreamOperator<org.apache.flink.table.data.RowData,​org.apache.flink.table.data.RowData,​org.apache.flink.table.data.RowData> operator,
                                                               org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.data.RowData> serializer)