Class 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 org.apache.flink.streaming.runtime.operators.asyncprocessing.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:
    FLIP-425 timers section.