public abstract class TimestampCollector<OUT> extends Object implements org.apache.flink.datastream.api.common.Collector<OUT>
Collector which take care of records timestamp.| 限定符和类型 | 字段和说明 |
|---|---|
protected org.apache.flink.streaming.runtime.streamrecord.StreamRecord<OUT> |
reuse |
| 构造器和说明 |
|---|
TimestampCollector() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
eraseTimestamp() |
void |
setTimestamp(long timestamp) |
void |
setTimestampFromStreamRecord(org.apache.flink.streaming.runtime.streamrecord.StreamRecord<?> timestampBase) |
protected final org.apache.flink.streaming.runtime.streamrecord.StreamRecord<OUT> reuse
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.