Uses of Class
org.apache.flink.streaming.api.runners.python.beam.state.AbstractBeamStateHandler
-
Packages that use AbstractBeamStateHandler Package Description org.apache.flink.streaming.api.runners.python.beam.state -
-
Uses of AbstractBeamStateHandler in org.apache.flink.streaming.api.runners.python.beam.state
Subclasses of AbstractBeamStateHandler in org.apache.flink.streaming.api.runners.python.beam.state Modifier and Type Class Description classBeamBagStateHandlerBeamBagStateHandler handles operations onListState, which backs Beam bag states.classBeamMapStateHandlerBeamMapStateHandler handles operations on aMapState.
-