Class KeyedStateBootstrapFunction.Context

java.lang.Object
org.apache.flink.state.api.functions.KeyedStateBootstrapFunction.Context
Enclosing class:
KeyedStateBootstrapFunction<K,IN>

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

    • Context

      public Context()
  • Method Details

    • 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.