Uses of Interface
org.apache.flink.streaming.api.runners.python.beam.state.BeamStateHandler
Packages that use BeamStateHandler
-
Uses of BeamStateHandler in org.apache.flink.streaming.api.runners.python.beam.state
Classes in org.apache.flink.streaming.api.runners.python.beam.state that implement BeamStateHandlerModifier and TypeClassDescriptionclassAbstract class extendsBeamStateHandler, which implements the common handle logic.classBeamBagStateHandler handles operations onListState, which backs Beam bag states.classBeamMapStateHandler handles operations on aMapState.Constructors in org.apache.flink.streaming.api.runners.python.beam.state with parameters of type BeamStateHandlerModifierConstructorDescriptionBeamStateRequestHandler(BeamStateStore keyedStateStore, BeamStateStore operatorStateStore, BeamStateHandler<org.apache.flink.api.common.state.ListState<byte[]>> bagStateHandler, BeamStateHandler<org.apache.flink.api.common.state.MapState<ByteArrayWrapper, byte[]>> mapStateHandler)