public static interface ReduceFn.StateContext
| Modifier and Type | Method and Description |
|---|---|
<StateT extends State> |
access(StateTag<StateT> address)
Access the storage for the given
address in the current window. |
<StateT extends MergeableState<?,?>> |
accessAcrossMergedWindows(StateTag<StateT> address)
Access the storage for the given
address in all of the windows that were
merged into the current window including the current window. |
<StateT extends State> StateT access(StateTag<StateT> address)
address in the current window.<StateT extends MergeableState<?,?>> StateT accessAcrossMergedWindows(StateTag<StateT> address)
address in all of the windows that were
merged into the current window including the current window.
If no windows were merged, this reads from just the current window.