Uses of Interface
org.apache.flink.runtime.state.SnapshotStrategy.SnapshotResultSupplier
Packages that use SnapshotStrategy.SnapshotResultSupplier
-
Uses of SnapshotStrategy.SnapshotResultSupplier in org.apache.flink.runtime.state
Classes in org.apache.flink.runtime.state that implement SnapshotStrategy.SnapshotResultSupplierModifier and TypeClassDescriptionclassAn asynchronous writer that can write a full snapshot/savepoint from aFullSnapshotResources.Methods in org.apache.flink.runtime.state that return SnapshotStrategy.SnapshotResultSupplierModifier and TypeMethodDescriptionSavepointSnapshotStrategy.asyncSnapshot(FullSnapshotResources<K> savepointResources, long checkpointId, long timestamp, CheckpointStreamFactory streamFactory, CheckpointOptions checkpointOptions) SnapshotStrategy.asyncSnapshot(SR syncPartResource, long checkpointId, long timestamp, CheckpointStreamFactory streamFactory, CheckpointOptions checkpointOptions) Operation that writes a snapshot into a stream that is provided by the givenCheckpointStreamFactoryand returns a @SupplierWithExceptionthat gives a state handle to the snapshot.