Uses of Class
org.apache.flink.streaming.api.TimeDomain
-
Packages that use TimeDomain Package Description org.apache.flink.streaming.api org.apache.flink.streaming.api.functions org.apache.flink.streaming.api.functions.co -
-
Uses of TimeDomain in org.apache.flink.streaming.api
Methods in org.apache.flink.streaming.api that return TimeDomain Modifier and Type Method 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. -
Uses of TimeDomain in org.apache.flink.streaming.api.functions
Methods in org.apache.flink.streaming.api.functions that return TimeDomain Modifier and Type Method Description abstract TimeDomain
KeyedProcessFunction.OnTimerContext. timeDomain()
TheTimeDomain
of the firing timer.abstract TimeDomain
ProcessFunction.OnTimerContext. timeDomain()
TheTimeDomain
of the firing timer. -
Uses of TimeDomain in org.apache.flink.streaming.api.functions.co
Methods in org.apache.flink.streaming.api.functions.co that return TimeDomain Modifier and Type Method Description abstract TimeDomain
CoProcessFunction.OnTimerContext. timeDomain()
TheTimeDomain
of the firing timer.abstract TimeDomain
KeyedBroadcastProcessFunction.OnTimerContext. timeDomain()
TheTimeDomain
of the firing timer, i.e. if it is event or processing time timer.abstract TimeDomain
KeyedCoProcessFunction.OnTimerContext. timeDomain()
TheTimeDomain
of the firing timer.
-