Interface StateBootstrapFunction.Context

Enclosing class:
StateBootstrapFunction<IN>

public static interface StateBootstrapFunction.Context
Context that StateBootstrapFunction's can use for getting additional data about an input record.

The context is only valid for the duration of a StateBootstrapFunction.processElement(Object, Context) call. Do not store the context and use afterwards!

  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Returns the current processing time.
  • Method Details

    • currentProcessingTime

      long currentProcessingTime()
      Returns the current processing time.