Class BatchExecutionInternalTimeServiceWithAsyncState<K,N>

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

@Internal public class BatchExecutionInternalTimeServiceWithAsyncState<K,N> extends BatchExecutionInternalTimeService<K,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 cooperating with async state operators.