protected class TwoOutputProcessOperator.SideOutputCollector extends TimestampCollector<OUT_SIDE>
TimestampCollector that using side-output
mechanism to emit data.reuse| Constructor and Description |
|---|
SideOutputCollector(org.apache.flink.streaming.api.operators.Output<org.apache.flink.streaming.runtime.streamrecord.StreamRecord<OUT_MAIN>> output) |
| Modifier and Type | Method and Description |
|---|---|
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–2025 The Apache Software Foundation. All rights reserved.