Interface StateBootstrapFunction.Context
-
- Enclosing class:
- StateBootstrapFunction<IN>
public static interface StateBootstrapFunction.ContextContext thatStateBootstrapFunction'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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longcurrentProcessingTime()Returns the current processing time.
-