Package org.apache.flink.streaming.api.runners.python.beam.state
package org.apache.flink.streaming.api.runners.python.beam.state
-
ClassDescriptionAbstract class extends
BeamStateHandler, which implements the common handle logic.BeamBagStateHandler handles operations onListState, which backs Beam bag states.ABeamStateStorethat returns keyed states based onBeamFnApi.StateRequest.BeamMapStateHandler handles operations on aMapState.ABeamStateStorethat returns operator states based onBeamFnApi.StateRequest.Interface for doing actual operations on Flink state based onBeamFnApi.StateRequest.The handler for Beam state requests sent from Python side, which does actual operations on Flink state.Interface for getting the underlying state based on Beam state request (keyed state or operator state).The type of the Python map state iterate request.