Uses of Interface
org.apache.flink.streaming.api.functions.timestamps.AscendingTimestampExtractor.MonotonyViolationHandler
Packages that use AscendingTimestampExtractor.MonotonyViolationHandler
-
Uses of AscendingTimestampExtractor.MonotonyViolationHandler in org.apache.flink.streaming.api.functions.timestamps
Classes in org.apache.flink.streaming.api.functions.timestamps that implement AscendingTimestampExtractor.MonotonyViolationHandlerModifier and TypeClassDescriptionstatic final classDeprecated.Handler that fails the program when timestamp monotony is violated.static final classDeprecated.Handler that does nothing when timestamp monotony is violated.static final classDeprecated.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.MonotonyViolationHandlerModifier and TypeMethodDescriptionAscendingTimestampExtractor.withViolationHandler(AscendingTimestampExtractor.MonotonyViolationHandler handler) Deprecated.Sets the handler for violations to the ascending timestamp order.