public abstract class KeyedStateBootstrapFunction.Context extends Object
KeyedStateBootstrapFunction.processElement(Object, Context).| 构造器和说明 |
|---|
Context() |
| 限定符和类型 | 方法和说明 |
|---|---|
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–2020 The Apache Software Foundation. All rights reserved.