Class BatchExecutionInternalTimeService<K,N>

java.lang.Object
org.apache.flink.streaming.api.operators.sorted.state.BatchExecutionInternalTimeService<K,N>
All Implemented Interfaces:
InternalTimerService<N>
Direct Known Subclasses:
BatchExecutionInternalTimeServiceWithAsyncState

public class BatchExecutionInternalTimeService<K,N> extends Object implements InternalTimerService<N>
An implementation of a InternalTimerService that manages timers with a single active key at a time. Can be used in a BATCH execution mode.