Uses of Interface
org.apache.flink.streaming.api.runners.python.beam.state.BeamStateStore
Packages that use BeamStateStore
-
Uses of BeamStateStore in org.apache.flink.streaming.api.runners.python.beam.state
Classes in org.apache.flink.streaming.api.runners.python.beam.state that implement BeamStateStoreModifier and TypeClassDescriptionclassABeamStateStorethat returns keyed states based onBeamFnApi.StateRequest.classABeamStateStorethat returns operator states based onBeamFnApi.StateRequest.Methods in org.apache.flink.streaming.api.runners.python.beam.state that return BeamStateStoreConstructors in org.apache.flink.streaming.api.runners.python.beam.state with parameters of type BeamStateStoreModifierConstructorDescriptionBeamStateRequestHandler(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)