public class OutputCollector<OUT> extends TimestampCollector<OUT>
Collector.reuse| Constructor and Description |
|---|
OutputCollector(org.apache.flink.streaming.api.operators.Output<org.apache.flink.streaming.runtime.streamrecord.StreamRecord<OUT>> output) |
| Modifier and Type | Method and Description |
|---|---|
void |
collect(OUT outputRecord) |
void |
collectAndOverwriteTimestamp(OUT record,
long timestamp) |
eraseTimestamp, setTimestamp, setTimestampFromStreamRecordpublic OutputCollector(org.apache.flink.streaming.api.operators.Output<org.apache.flink.streaming.runtime.streamrecord.StreamRecord<OUT>> output)
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.