Class AecRecord<IN,OUT>
- java.lang.Object
-
- org.apache.flink.table.runtime.operators.join.lookup.keyordered.AecRecord<IN,OUT>
-
public class AecRecord<IN,OUT> extends Object
The record used inTableAsyncExecutionControllerto contain info aboutEpoch.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Epoch<OUT>getEpoch()intgetInputIndex()org.apache.flink.streaming.runtime.streamrecord.StreamRecord<IN>getRecord()inthashCode()AecRecord<IN,OUT>reset(org.apache.flink.streaming.runtime.streamrecord.StreamRecord<IN> record, Epoch<OUT> epoch, int inputIndex)AecRecord<IN,OUT>setEpoch(Epoch<OUT> epoch)AecRecord<IN,OUT>setRecord(org.apache.flink.streaming.runtime.streamrecord.StreamRecord<IN> record)StringtoString()
-
-
-
Method Detail
-
reset
public AecRecord<IN,OUT> reset(org.apache.flink.streaming.runtime.streamrecord.StreamRecord<IN> record, Epoch<OUT> epoch, int inputIndex)
-
setRecord
public AecRecord<IN,OUT> setRecord(org.apache.flink.streaming.runtime.streamrecord.StreamRecord<IN> record)
-
getRecord
public org.apache.flink.streaming.runtime.streamrecord.StreamRecord<IN> getRecord()
-
getInputIndex
public int getInputIndex()
-
-