Package | Description |
---|---|
org.apache.flink.streaming.api | |
org.apache.flink.streaming.api.functions | |
org.apache.flink.streaming.api.functions.co |
Modifier and Type | Method and Description |
---|---|
static TimeDomain |
TimeDomain.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeDomain[] |
TimeDomain.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract TimeDomain |
KeyedProcessFunction.OnTimerContext.timeDomain()
The
TimeDomain of the firing timer. |
abstract TimeDomain |
ProcessFunction.OnTimerContext.timeDomain()
The
TimeDomain of the firing timer. |
Modifier and Type | Method and Description |
---|---|
abstract TimeDomain |
CoProcessFunction.OnTimerContext.timeDomain()
The
TimeDomain of the firing timer. |
abstract TimeDomain |
KeyedBroadcastProcessFunction.OnTimerContext.timeDomain()
The
TimeDomain of the firing timer, i.e. |
abstract TimeDomain |
KeyedCoProcessFunction.OnTimerContext.timeDomain()
The
TimeDomain of the firing timer. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.