Package | Description |
---|---|
org.apache.flink.streaming.api.functions.timestamps |
Modifier and Type | Class and Description |
---|---|
static class |
AscendingTimestampExtractor.FailingHandler
Deprecated.
Handler that fails the program when timestamp monotony is violated.
|
static class |
AscendingTimestampExtractor.IgnoringHandler
Deprecated.
Handler that does nothing when timestamp monotony is violated.
|
static class |
AscendingTimestampExtractor.LoggingHandler
Deprecated.
Handler that only logs violations of timestamp monotony, on WARN log level.
|
Modifier and Type | Method and Description |
---|---|
AscendingTimestampExtractor<T> |
AscendingTimestampExtractor.withViolationHandler(AscendingTimestampExtractor.MonotonyViolationHandler handler)
Deprecated.
Sets the handler for violations to the ascending timestamp order.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.