Uses of Class
org.apache.flink.runtime.state.SnapshotStrategyRunner
Packages that use SnapshotStrategyRunner
-
Uses of SnapshotStrategyRunner in org.apache.flink.runtime.state
Constructors in org.apache.flink.runtime.state with parameters of type SnapshotStrategyRunnerModifierConstructorDescriptionDefaultOperatorStateBackend(org.apache.flink.api.common.ExecutionConfig executionConfig, org.apache.flink.core.fs.CloseableRegistry closeStreamOnCancelRegistry, Map<String, PartitionableListState<?>> registeredOperatorStates, Map<String, BackendWritableBroadcastState<?, ?>> registeredBroadcastStates, Map<String, PartitionableListState<?>> accessedStatesByName, Map<String, BackendWritableBroadcastState<?, ?>> accessedBroadcastStatesByName, SnapshotStrategyRunner<OperatorStateHandle, ?> snapshotStrategyRunner) -
Uses of SnapshotStrategyRunner in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators that return SnapshotStrategyRunnerModifier and TypeMethodDescriptionstatic SnapshotStrategyRunner<KeyedStateHandle,? extends FullSnapshotResources<?>> StreamOperatorStateHandler.prepareCanonicalSavepoint(CheckpointableKeyedStateBackend<?> keyedStateBackend, org.apache.flink.core.fs.CloseableRegistry closeableRegistry)