public abstract class KeyedStateBootstrapFunction.Context extends Object
KeyedStateBootstrapFunction.processElement(Object, Context).| Constructor and Description |
|---|
Context() |
| Modifier and Type | Method and Description |
|---|---|
abstract K |
getCurrentKey()
Get key of the element being processed.
|
abstract org.apache.flink.streaming.api.TimerService |
timerService()
A
TimerService for querying time and registering timers. |
public abstract org.apache.flink.streaming.api.TimerService timerService()
TimerService for querying time and registering timers.public abstract K getCurrentKey()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.