Class InternalTimeServiceManagerImpl<K>

java.lang.Object
org.apache.flink.streaming.api.operators.InternalTimeServiceManagerImpl<K>
Type Parameters:
K - The type of keys used for the timers and the registry.
All Implemented Interfaces:
InternalTimeServiceManager<K>

@Internal public class InternalTimeServiceManagerImpl<K> extends Object implements InternalTimeServiceManager<K>
An entity keeping all the time-related services. Right now, this is only a timer services.

NOTE: These services are only available to keyed operators.