public abstract class ReduceFn.Context extends Object
ReduceFn.| Constructor and Description |
|---|
Context() |
| Modifier and Type | Method and Description |
|---|---|
abstract K |
key()
Return the key that is being processed.
|
abstract ReduceFn.StateContext |
state()
Return the interface for accessing state.
|
abstract ReduceFn.Timers |
timers()
Return the interface for accessing timers.
|
abstract W |
window()
The window that is being processed.
|
abstract WindowingStrategy<?,W> |
windowingStrategy()
Access the current
WindowingStrategy. |
public abstract K key()
public abstract W window()
public abstract WindowingStrategy<?,W> windowingStrategy()
WindowingStrategy.public abstract ReduceFn.StateContext state()
public abstract ReduceFn.Timers timers()