Uses of Interface
org.apache.flink.runtime.state.FullSnapshotResources
Packages that use FullSnapshotResources
-
Uses of FullSnapshotResources in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return FullSnapshotResourcesModifier and TypeMethodDescriptionSavepointResources.getSnapshotResources()SavepointSnapshotStrategy.syncPrepareResources(long checkpointId) Methods in org.apache.flink.runtime.state with parameters of type FullSnapshotResourcesModifier and TypeMethodDescriptionSavepointSnapshotStrategy.asyncSnapshot(FullSnapshotResources<K> savepointResources, long checkpointId, long timestamp, CheckpointStreamFactory streamFactory, CheckpointOptions checkpointOptions) Constructors in org.apache.flink.runtime.state with parameters of type FullSnapshotResourcesModifierConstructorDescriptionFullSnapshotAsyncWriter(SnapshotType snapshotType, org.apache.flink.util.function.SupplierWithException<CheckpointStreamWithResultProvider, Exception> checkpointStreamSupplier, FullSnapshotResources<K> snapshotResources) SavepointResources(FullSnapshotResources<K> snapshotResources, SnapshotExecutionType preferredSnapshotExecutionType) SavepointSnapshotStrategy(FullSnapshotResources<K> savepointResources) Creates aSavepointSnapshotStrategythat writes a savepoint from the givenFullSnapshotResources. -
Uses of FullSnapshotResources in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators that return types with arguments of type FullSnapshotResourcesModifier and TypeMethodDescriptionstatic SnapshotStrategyRunner<KeyedStateHandle,? extends FullSnapshotResources<?>> StreamOperatorStateHandler.prepareCanonicalSavepoint(CheckpointableKeyedStateBackend<?> keyedStateBackend, org.apache.flink.core.fs.CloseableRegistry closeableRegistry)