protected class TwoOutputProcessOperator.SideOutputCollector extends TimestampCollector<OUT_SIDE>
TimestampCollector that using side-output
mechanism to emit data.reuse| 构造器和说明 |
|---|
SideOutputCollector(org.apache.flink.streaming.api.operators.Output<org.apache.flink.streaming.runtime.streamrecord.StreamRecord<OUT_MAIN>> output) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
collect(OUT_SIDE outputRecord) |
void |
collectAndOverwriteTimestamp(OUT_SIDE record,
long timestamp) |
eraseTimestamp, setTimestamp, setTimestampFromStreamRecordpublic SideOutputCollector(org.apache.flink.streaming.api.operators.Output<org.apache.flink.streaming.runtime.streamrecord.StreamRecord<OUT_MAIN>> output)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.