程序包 | 说明 |
---|---|
org.apache.flink.streaming.api | |
org.apache.flink.streaming.api.functions | |
org.apache.flink.streaming.api.functions.co |
限定符和类型 | 方法和说明 |
---|---|
static TimeDomain |
TimeDomain.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static TimeDomain[] |
TimeDomain.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
abstract TimeDomain |
ProcessFunction.OnTimerContext.timeDomain()
The
TimeDomain of the firing timer. |
abstract TimeDomain |
KeyedProcessFunction.OnTimerContext.timeDomain()
The
TimeDomain of the firing timer. |
限定符和类型 | 方法和说明 |
---|---|
abstract TimeDomain |
KeyedBroadcastProcessFunction.OnTimerContext.timeDomain()
The
TimeDomain of the firing timer, i.e. if it is
event or processing time timer. |
abstract TimeDomain |
CoProcessFunction.OnTimerContext.timeDomain()
The
TimeDomain of the firing timer. |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.