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 TimeDomainTimeDomain. 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 TimeDomainKeyedProcessFunction.OnTimerContext. timeDomain()TheTimeDomainof the firing timer.abstract TimeDomainProcessFunction.OnTimerContext. timeDomain()TheTimeDomainof 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 TimeDomainCoProcessFunction.OnTimerContext. timeDomain()TheTimeDomainof the firing timer.abstract TimeDomainKeyedBroadcastProcessFunction.OnTimerContext. timeDomain()TheTimeDomainof the firing timer, i.e. if it is event or processing time timer.abstract TimeDomainKeyedCoProcessFunction.OnTimerContext. timeDomain()TheTimeDomainof the firing timer.
-