Uses of Interface
org.apache.flink.streaming.api.runners.python.beam.state.BeamStateStore
-
Packages that use BeamStateStore Package Description org.apache.flink.streaming.api.runners.python.beam.state -
-
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 BeamStateStore Modifier and Type Class Description classBeamKeyedStateStoreABeamStateStorethat returns keyed states based onBeamFnApi.StateRequest.classBeamOperatorStateStoreABeamStateStorethat returns operator states based onBeamFnApi.StateRequest.Methods in org.apache.flink.streaming.api.runners.python.beam.state that return BeamStateStore Modifier and Type Method Description static BeamStateStoreBeamStateStore. unsupported()Constructors in org.apache.flink.streaming.api.runners.python.beam.state with parameters of type BeamStateStore Constructor Description BeamStateRequestHandler(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)
-