Class TimestampCollector<OUT>
- java.lang.Object
-
- org.apache.flink.datastream.impl.common.TimestampCollector<OUT>
-
- All Implemented Interfaces:
org.apache.flink.datastream.api.common.Collector<OUT>
- Direct Known Subclasses:
KeyCheckedOutputCollector,OutputCollector,TwoOutputProcessOperator.SideOutputCollector
public abstract class TimestampCollector<OUT> extends Object implements org.apache.flink.datastream.api.common.Collector<OUT>
The baseCollectorwhich take care of records timestamp.
-
-
Constructor Summary
Constructors Constructor Description TimestampCollector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voideraseTimestamp()voidsetTimestamp(long timestamp)voidsetTimestampFromStreamRecord(org.apache.flink.streaming.runtime.streamrecord.StreamRecord<?> timestampBase)
-
-
-
Field Detail
-
reuse
protected final org.apache.flink.streaming.runtime.streamrecord.StreamRecord<OUT> reuse
-
-