Uses of Interface
org.apache.flink.runtime.state.SnapshotStrategy.SnapshotResultSupplier
-
Packages that use SnapshotStrategy.SnapshotResultSupplier Package Description org.apache.flink.runtime.state -
-
Uses of SnapshotStrategy.SnapshotResultSupplier in org.apache.flink.runtime.state
Classes in org.apache.flink.runtime.state that implement SnapshotStrategy.SnapshotResultSupplier Modifier and Type Class Description classFullSnapshotAsyncWriter<K>An asynchronous writer that can write a full snapshot/savepoint from aFullSnapshotResources.Methods in org.apache.flink.runtime.state that return SnapshotStrategy.SnapshotResultSupplier Modifier and Type Method Description SnapshotStrategy.SnapshotResultSupplier<KeyedStateHandle>SavepointSnapshotStrategy. asyncSnapshot(FullSnapshotResources<K> savepointResources, long checkpointId, long timestamp, CheckpointStreamFactory streamFactory, CheckpointOptions checkpointOptions)SnapshotStrategy.SnapshotResultSupplier<S>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.
-