public class OutputCollector<OUT> extends TimestampCollector<OUT>
Collector.reuse| 构造器和说明 |
|---|
OutputCollector(org.apache.flink.streaming.api.operators.Output<org.apache.flink.streaming.runtime.streamrecord.StreamRecord<OUT>> output) |
| 限定符和类型 | 方法和说明 |
|---|---|
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–2024 The Apache Software Foundation. All rights reserved.