Uses of Class
org.apache.flink.streaming.api.functions.timestamps.AscendingTimestampExtractor
-
Packages that use AscendingTimestampExtractor Package Description org.apache.flink.streaming.api.functions.timestamps -
-
Uses of AscendingTimestampExtractor in org.apache.flink.streaming.api.functions.timestamps
Methods in org.apache.flink.streaming.api.functions.timestamps that return AscendingTimestampExtractor Modifier and Type Method Description AscendingTimestampExtractor<T>AscendingTimestampExtractor. withViolationHandler(AscendingTimestampExtractor.MonotonyViolationHandler handler)Deprecated.Sets the handler for violations to the ascending timestamp order.
-