接口 TimestampExtractor<I>
- 所有超级接口:
Serializable
Interface to be implemented for extracting timestamp from a tuple.
-
方法概要
修饰符和类型方法说明longextractTimestamp(I input) Return the tuple timestamp indicating the time when the event happened.
-
方法详细资料
-
extractTimestamp
Return the tuple timestamp indicating the time when the event happened.- 参数:
input-- 返回:
- the timestamp
-