| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.functions.timestamps |
| 限定符和类型 | 类和说明 |
|---|---|
static class |
AscendingTimestampExtractor.FailingHandler
已过时。
Handler that fails the program when timestamp monotony is violated.
|
static class |
AscendingTimestampExtractor.IgnoringHandler
已过时。
Handler that does nothing when timestamp monotony is violated.
|
static class |
AscendingTimestampExtractor.LoggingHandler
已过时。
Handler that only logs violations of timestamp monotony, on WARN log level.
|
| 限定符和类型 | 方法和说明 |
|---|---|
AscendingTimestampExtractor<T> |
AscendingTimestampExtractor.withViolationHandler(AscendingTimestampExtractor.MonotonyViolationHandler handler)
已过时。
Sets the handler for violations to the ascending timestamp order.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.