Uses of Interface
org.apache.flink.runtime.state.FullSnapshotResources
-
Packages that use FullSnapshotResources Package Description org.apache.flink.runtime.state -
-
Uses of FullSnapshotResources in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return FullSnapshotResources Modifier and Type Method Description FullSnapshotResources<K>SavepointResources. getSnapshotResources()FullSnapshotResources<K>SavepointSnapshotStrategy. syncPrepareResources(long checkpointId)Methods in org.apache.flink.runtime.state with parameters of type FullSnapshotResources Modifier and Type Method Description SnapshotStrategy.SnapshotResultSupplier<KeyedStateHandle>SavepointSnapshotStrategy. asyncSnapshot(FullSnapshotResources<K> savepointResources, long checkpointId, long timestamp, CheckpointStreamFactory streamFactory, CheckpointOptions checkpointOptions)Constructors in org.apache.flink.runtime.state with parameters of type FullSnapshotResources Constructor Description FullSnapshotAsyncWriter(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.
-