Uses of Enum
org.apache.flink.streaming.api.TimeDomain
Packages that use TimeDomain
Package
Description
-
Uses of TimeDomain in org.apache.flink.streaming.api
Methods in org.apache.flink.streaming.api that return TimeDomainModifier and TypeMethodDescriptionstatic TimeDomainReturns 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 TimeDomainModifier and TypeMethodDescriptionabstract 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 TimeDomainModifier and TypeMethodDescriptionabstract 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.