protected static class RocksDBSnapshotStrategyBase.NativeRocksDBSnapshotResources extends Object implements org.apache.flink.runtime.state.SnapshotResources
SnapshotResources for native rocksdb snapshot.| Modifier and Type | Field and Description |
|---|---|
protected RocksDBSnapshotStrategyBase.PreviousSnapshot |
previousSnapshot |
protected org.apache.flink.runtime.state.SnapshotDirectory |
snapshotDirectory |
protected List<org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot> |
stateMetaInfoSnapshots |
| Constructor and Description |
|---|
NativeRocksDBSnapshotResources(org.apache.flink.runtime.state.SnapshotDirectory snapshotDirectory,
RocksDBSnapshotStrategyBase.PreviousSnapshot previousSnapshot,
List<org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot> stateMetaInfoSnapshots) |
@Nonnull protected final org.apache.flink.runtime.state.SnapshotDirectory snapshotDirectory
@Nonnull protected final RocksDBSnapshotStrategyBase.PreviousSnapshot previousSnapshot
public NativeRocksDBSnapshotResources(org.apache.flink.runtime.state.SnapshotDirectory snapshotDirectory,
RocksDBSnapshotStrategyBase.PreviousSnapshot previousSnapshot,
List<org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot> stateMetaInfoSnapshots)
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.