public static interface StateBootstrapFunction.Context
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!
| Modifier and Type | Method and Description |
|---|---|
long |
currentProcessingTime()
Returns the current processing time.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.