| Package | Description |
|---|---|
| org.apache.flink.runtime.state |
| Modifier and Type | Method and Description |
|---|---|
FullSnapshotResources<K> |
SavepointResources.getSnapshotResources() |
FullSnapshotResources<K> |
SavepointSnapshotStrategy.syncPrepareResources(long checkpointId) |
| Modifier and Type | Method and Description |
|---|---|
SnapshotStrategy.SnapshotResultSupplier<KeyedStateHandle> |
SavepointSnapshotStrategy.asyncSnapshot(FullSnapshotResources<K> savepointResources,
long checkpointId,
long timestamp,
CheckpointStreamFactory streamFactory,
CheckpointOptions checkpointOptions) |
| Constructor and 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 a
SavepointSnapshotStrategy that writes a savepoint from the given FullSnapshotResources. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.