public class KeyCheckedOutputCollector<KEY,OUT> extends TimestampCollector<OUT>
reuse| Constructor and Description |
|---|
KeyCheckedOutputCollector(TimestampCollector<OUT> collector,
org.apache.flink.api.java.functions.KeySelector<OUT,KEY> outKeySelector,
Supplier<KEY> currentKeyGetter) |
| Modifier and Type | Method and Description |
|---|---|
void |
collect(OUT outputRecord) |
void |
collectAndOverwriteTimestamp(OUT outputRecord,
long timestamp) |
eraseTimestamp, setTimestamp, setTimestampFromStreamRecordCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.