Class OutputCollector<OUT>

  • All Implemented Interfaces:
    org.apache.flink.datastream.api.common.Collector<OUT>

    public class OutputCollector<OUT>
    extends TimestampCollector<OUT>
    The default implementation of Collector.
    • Constructor Detail

      • OutputCollector

        public OutputCollector​(org.apache.flink.streaming.api.operators.Output<org.apache.flink.streaming.runtime.streamrecord.StreamRecord<OUT>> output)
    • Method Detail

      • collect

        public void collect​(OUT outputRecord)
      • collectAndOverwriteTimestamp

        public void collectAndOverwriteTimestamp​(OUT record,
                                                 long timestamp)