Package | Description |
---|---|
org.apache.flink.contrib.streaming.state.snapshot | |
org.apache.flink.runtime.state |
Modifier and Type | Field and Description |
---|---|
protected SnapshotDirectory |
RocksDBSnapshotStrategyBase.RocksDBSnapshotOperation.localBackupDirectory
Local directory for the RocksDB native backup.
|
protected SnapshotDirectory |
RocksDBSnapshotStrategyBase.NativeRocksDBSnapshotResources.snapshotDirectory |
Modifier and Type | Method and Description |
---|---|
protected SnapshotDirectory |
RocksDBSnapshotStrategyBase.prepareLocalSnapshotDirectory(long checkpointId) |
Modifier and Type | Method and Description |
---|---|
protected void |
RocksDBSnapshotStrategyBase.cleanupIncompleteSnapshot(CloseableRegistry tmpResourcesRegistry,
SnapshotDirectory localBackupDirectory) |
Constructor and Description |
---|
NativeRocksDBSnapshotResources(SnapshotDirectory snapshotDirectory,
RocksDBSnapshotStrategyBase.PreviousSnapshot previousSnapshot,
List<StateMetaInfoSnapshot> stateMetaInfoSnapshots) |
RocksDBSnapshotOperation(long checkpointId,
CheckpointStreamFactory checkpointStreamFactory,
SnapshotDirectory localBackupDirectory,
List<StateMetaInfoSnapshot> stateMetaInfoSnapshots) |
Modifier and Type | Method and Description |
---|---|
static SnapshotDirectory |
SnapshotDirectory.permanent(Path directory)
Creates a permanent snapshot directory for the given path, which will not delete the
underlying directory in
cleanup() after completeSnapshotAndGetHandle() was
called. |
static SnapshotDirectory |
SnapshotDirectory.temporary(File directory)
Creates a local temporary snapshot directory for the given path.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.