Class InternalTimerServiceAsyncImpl<K,N>

java.lang.Object
org.apache.flink.streaming.api.operators.InternalTimerServiceImpl<K,N>
org.apache.flink.streaming.api.operators.InternalTimerServiceAsyncImpl<K,N>
Type Parameters:
K - Type of timer's key.
N - Type of the namespace to which timers are scoped.
All Implemented Interfaces:
InternalTimerService<N>

@Internal public class InternalTimerServiceAsyncImpl<K,N> extends InternalTimerServiceImpl<K,N>
An implementation of InternalTimerService that is used by AbstractAsyncStateStreamOperator. The timer service will set RecordContext for the timers before invoking action to preserve the execution order between timer firing and records processing.
See Also: