public class KeyCheckedOutputCollector<KEY,OUT> extends TimestampCollector<OUT>
reuse| 构造器和说明 |
|---|
KeyCheckedOutputCollector(TimestampCollector<OUT> collector,
org.apache.flink.api.java.functions.KeySelector<OUT,KEY> outKeySelector,
Supplier<KEY> currentKeyGetter) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
collect(OUT outputRecord) |
void |
collectAndOverwriteTimestamp(OUT outputRecord,
long timestamp) |
eraseTimestamp, setTimestamp, setTimestampFromStreamRecordCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.