| AbstractBeamStateHandler<S> |
Abstract class extends BeamStateHandler, which implements the common handle logic.
|
| BeamBagStateHandler |
BeamBagStateHandler handles operations on ListState, which backs Beam bag states.
|
| BeamKeyedStateStore |
A BeamStateStore that returns keyed states based on BeamFnApi.StateRequest.
|
| BeamMapStateHandler |
BeamMapStateHandler handles operations on a MapState.
|
| BeamOperatorStateStore |
A BeamStateStore that returns operator states based on BeamFnApi.StateRequest.
|
| BeamStateRequestHandler |
The handler for Beam state requests sent from Python side, which does actual operations on Flink
state.
|