Uses of Class
org.apache.flink.runtime.state.StatePartitionStreamProvider
Packages that use StatePartitionStreamProvider
-
Uses of StatePartitionStreamProvider in org.apache.flink.runtime.state
Subclasses of StatePartitionStreamProvider in org.apache.flink.runtime.stateModifier and TypeClassDescriptionclassThis class provides access to an input stream that contains state data for one key group and the key group id.Methods in org.apache.flink.runtime.state that return types with arguments of type StatePartitionStreamProviderModifier and TypeMethodDescriptionStateInitializationContext.getRawOperatorStateInputs()Returns an iterable to obtain input streams for previously stored operator state partitions that are assigned to this operator.StateInitializationContextImpl.getRawOperatorStateInputs() -
Uses of StatePartitionStreamProvider in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators that return types with arguments of type StatePartitionStreamProviderModifier and TypeMethodDescriptionorg.apache.flink.util.CloseableIterable<StatePartitionStreamProvider>StreamOperatorStateContext.rawOperatorStateInputs()Returns an iterable to obtain input streams for previously stored operator state partitions that are assigned to this stream operator.protected org.apache.flink.util.CloseableIterable<StatePartitionStreamProvider>StreamTaskStateInitializerImpl.rawOperatorStateInputs(Iterator<StateObjectCollection<OperatorStateHandle>> restoreStateAlternatives, StateObject.StateObjectSizeStatsCollector statsCollector)