Class FirstInputOfTwoInput
- java.lang.Object
-
- org.apache.flink.table.runtime.operators.multipleinput.input.InputBase
-
- org.apache.flink.table.runtime.operators.multipleinput.input.FirstInputOfTwoInput
-
- All Implemented Interfaces:
org.apache.flink.streaming.api.operators.Input<org.apache.flink.table.data.RowData>,org.apache.flink.streaming.api.operators.KeyContextHandler
public class FirstInputOfTwoInput extends InputBase
Inputfor the first input ofTwoInputStreamOperator.
-
-
Constructor Summary
Constructors Constructor Description FirstInputOfTwoInput(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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocessElement(org.apache.flink.streaming.runtime.streamrecord.StreamRecord<org.apache.flink.table.data.RowData> element)voidprocessLatencyMarker(org.apache.flink.streaming.runtime.streamrecord.LatencyMarker latencyMarker)voidprocessWatermark(org.apache.flink.streaming.api.watermark.Watermark mark)voidprocessWatermarkStatus(org.apache.flink.streaming.runtime.watermarkstatus.WatermarkStatus watermarkStatus)-
Methods inherited from class org.apache.flink.table.runtime.operators.multipleinput.input.InputBase
hasKeyContext, setKeyContextElement
-
-
-
-
Method Detail
-
processElement
public void processElement(org.apache.flink.streaming.runtime.streamrecord.StreamRecord<org.apache.flink.table.data.RowData> element) throws Exception- Throws:
Exception
-
processWatermark
public void processWatermark(org.apache.flink.streaming.api.watermark.Watermark mark) throws Exception- Throws:
Exception
-
processLatencyMarker
public void processLatencyMarker(org.apache.flink.streaming.runtime.streamrecord.LatencyMarker latencyMarker) throws Exception- Throws:
Exception
-
-