Class KeyedStateBootstrapFunction.Context

  • Enclosing class:
    KeyedStateBootstrapFunction<K,​IN>

    public abstract class KeyedStateBootstrapFunction.Context
    extends Object
    Information available in an invocation of #processElement(Object, Context).
    • Constructor Detail

      • Context

        public Context()
    • Method Detail

      • timerService

        public abstract org.apache.flink.streaming.api.TimerService timerService()
        A TimerService for querying time and registering timers.
      • getCurrentKey

        public abstract K getCurrentKey()
        Get key of the element being processed.