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 TimerService |
timerService()
A
TimerService for querying time and registering timers. |
public abstract TimerService timerService()
TimerService
for querying time and registering timers.public abstract K getCurrentKey()
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.