Class BatchExecutionInternalTimeServiceManager<K>

  • All Implemented Interfaces:
    org.apache.flink.runtime.state.KeyedStateBackend.KeySelectionListener<K>, InternalTimeServiceManager<K>

    public class BatchExecutionInternalTimeServiceManager<K>
    extends Object
    implements InternalTimeServiceManager<K>, org.apache.flink.runtime.state.KeyedStateBackend.KeySelectionListener<K>
    An implementation of a InternalTimeServiceManager that manages timers with a single active key at a time. Can be used in a BATCH execution mode.