public class CopyingFirstInputOfTwoInputStreamOperatorOutput extends FirstInputOfTwoInputStreamOperatorOutput
Output
that can be used to emit copying elements and other messages for the first
input of TwoInputStreamOperator
.Constructor and Description |
---|
CopyingFirstInputOfTwoInputStreamOperatorOutput(TwoInputStreamOperator<RowData,RowData,RowData> operator,
TypeSerializer<RowData> serializer) |
Modifier and Type | Method and Description |
---|---|
protected <X> void |
pushToOperator(StreamRecord<X> record) |
collect, collect, emitLatencyMarker, emitRecordAttributes, emitWatermark, emitWatermarkStatus
close
public CopyingFirstInputOfTwoInputStreamOperatorOutput(TwoInputStreamOperator<RowData,RowData,RowData> operator, TypeSerializer<RowData> serializer)
protected <X> void pushToOperator(StreamRecord<X> record)
pushToOperator
in class FirstInputOfTwoInputStreamOperatorOutput
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.