Class 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.