Class BatchExecutionInternalTimeServiceManager<K>

java.lang.Object
org.apache.flink.streaming.api.operators.sorted.state.BatchExecutionInternalTimeServiceManager<K>
All Implemented Interfaces:
KeyedStateBackend.KeySelectionListener<K>, InternalTimeServiceManager<K>

public class BatchExecutionInternalTimeServiceManager<K> extends Object implements InternalTimeServiceManager<K>, 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.