Uses of Interface
org.apache.flink.streaming.api.functions.timestamps.AscendingTimestampExtractor.MonotonyViolationHandler
-
Packages that use AscendingTimestampExtractor.MonotonyViolationHandler Package Description org.apache.flink.streaming.api.functions.timestamps -
-
Uses of AscendingTimestampExtractor.MonotonyViolationHandler in org.apache.flink.streaming.api.functions.timestamps
Classes in org.apache.flink.streaming.api.functions.timestamps that implement AscendingTimestampExtractor.MonotonyViolationHandler Modifier and Type Class Description static classAscendingTimestampExtractor.FailingHandlerDeprecated.Handler that fails the program when timestamp monotony is violated.static classAscendingTimestampExtractor.IgnoringHandlerDeprecated.Handler that does nothing when timestamp monotony is violated.static classAscendingTimestampExtractor.LoggingHandlerDeprecated.Handler that only logs violations of timestamp monotony, on WARN log level.Methods in org.apache.flink.streaming.api.functions.timestamps with parameters of type AscendingTimestampExtractor.MonotonyViolationHandler Modifier and Type Method Description AscendingTimestampExtractor<T>AscendingTimestampExtractor. withViolationHandler(AscendingTimestampExtractor.MonotonyViolationHandler handler)Deprecated.Sets the handler for violations to the ascending timestamp order.
-