Interface TimestampExtractor<T>
- All Superinterfaces:
Serializable
Interface to be implemented for extracting timestamp from a tuple.
-
Method Summary
Modifier and TypeMethodDescriptionlongextractTimestamp(T input) Return the tuple timestamp indicating the time when the event happened.
-
Method Details
-
extractTimestamp
Return the tuple timestamp indicating the time when the event happened.- Parameters:
input-- Returns:
- the timestamp
-