Class OutputCollector<OUT>
- java.lang.Object
-
- org.apache.flink.datastream.impl.common.TimestampCollector<OUT>
-
- org.apache.flink.datastream.impl.common.OutputCollector<OUT>
-
- All Implemented Interfaces:
org.apache.flink.datastream.api.common.Collector<OUT>
public class OutputCollector<OUT> extends TimestampCollector<OUT>
The default implementation ofCollector.
-
-
Field Summary
-
Fields inherited from class org.apache.flink.datastream.impl.common.TimestampCollector
reuse
-
-
Constructor Summary
Constructors Constructor Description OutputCollector(org.apache.flink.streaming.api.operators.Output<org.apache.flink.streaming.runtime.streamrecord.StreamRecord<OUT>> output)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcollect(OUT outputRecord)voidcollectAndOverwriteTimestamp(OUT record, long timestamp)-
Methods inherited from class org.apache.flink.datastream.impl.common.TimestampCollector
eraseTimestamp, setTimestamp, setTimestampFromStreamRecord
-
-
-
-
Constructor Detail
-
OutputCollector
public OutputCollector(org.apache.flink.streaming.api.operators.Output<org.apache.flink.streaming.runtime.streamrecord.StreamRecord<OUT>> output)
-
-