Modifier and Type | Method and Description |
---|---|
List<IncrementalKeyedStateHandle.HandleAndLocalPath> |
RocksDBStateUploader.uploadFilesToCheckpointFs(List<Path> files,
CheckpointStreamFactory checkpointStreamFactory,
CheckpointedStateScope stateScope,
CloseableRegistry closeableRegistry,
CloseableRegistry tmpResourcesRegistry)
Upload all the files to checkpoint fileSystem using specified number of threads.
|
Modifier and Type | Method and Description |
---|---|
SortedMap<Long,Collection<IncrementalKeyedStateHandle.HandleAndLocalPath>> |
RocksDBRestoreResult.getRestoredSstFiles() |
Constructor and Description |
---|
RocksDBRestoreResult(org.rocksdb.RocksDB db,
org.rocksdb.ColumnFamilyHandle defaultColumnFamilyHandle,
RocksDBNativeMetricMonitor nativeMetricMonitor,
long lastCompletedCheckpointId,
UUID backendUID,
SortedMap<Long,Collection<IncrementalKeyedStateHandle.HandleAndLocalPath>> restoredSstFiles) |
Modifier and Type | Method and Description |
---|---|
protected Optional<KeyedStateHandle> |
RocksDBSnapshotStrategyBase.RocksDBSnapshotOperation.getLocalSnapshot(StreamStateHandle localStreamStateHandle,
List<IncrementalKeyedStateHandle.HandleAndLocalPath> sharedState) |
Constructor and Description |
---|
PreviousSnapshot(Collection<IncrementalKeyedStateHandle.HandleAndLocalPath> confirmedSstFiles) |
RocksIncrementalSnapshotStrategy(org.rocksdb.RocksDB db,
ResourceGuard rocksDBResourceGuard,
TypeSerializer<K> keySerializer,
LinkedHashMap<String,RocksDBKeyedStateBackend.RocksDbKvStateInfo> kvStateInformation,
KeyGroupRange keyGroupRange,
int keyGroupPrefixBytes,
LocalRecoveryConfig localRecoveryConfig,
CloseableRegistry cancelStreamRegistry,
File instanceBasePath,
UUID backendUID,
SortedMap<Long,Collection<IncrementalKeyedStateHandle.HandleAndLocalPath>> uploadedStateHandles,
RocksDBStateUploader rocksDBStateUploader,
long lastCompletedCheckpointId) |
Modifier and Type | Method and Description |
---|---|
static IncrementalKeyedStateHandle.HandleAndLocalPath |
IncrementalKeyedStateHandle.HandleAndLocalPath.of(StreamStateHandle handle,
String localPath) |
Modifier and Type | Method and Description |
---|---|
List<IncrementalKeyedStateHandle.HandleAndLocalPath> |
IncrementalRemoteKeyedStateHandle.getPrivateState() |
List<IncrementalKeyedStateHandle.HandleAndLocalPath> |
IncrementalRemoteKeyedStateHandle.getSharedState() |
List<IncrementalKeyedStateHandle.HandleAndLocalPath> |
IncrementalKeyedStateHandle.getSharedStateHandles()
Returns a list of all shared states and the corresponding localPath in the backend at the
time this was created.
|
List<IncrementalKeyedStateHandle.HandleAndLocalPath> |
IncrementalRemoteKeyedStateHandle.getSharedStateHandles() |
List<IncrementalKeyedStateHandle.HandleAndLocalPath> |
IncrementalLocalKeyedStateHandle.getSharedStateHandles() |
Modifier and Type | Method and Description |
---|---|
static IncrementalRemoteKeyedStateHandle |
IncrementalRemoteKeyedStateHandle.restore(UUID backendIdentifier,
KeyGroupRange keyGroupRange,
long checkpointId,
List<IncrementalKeyedStateHandle.HandleAndLocalPath> sharedState,
List<IncrementalKeyedStateHandle.HandleAndLocalPath> privateState,
StreamStateHandle metaStateHandle,
long persistedSizeOfThisCheckpoint,
StateHandleID stateHandleId) |
static IncrementalRemoteKeyedStateHandle |
IncrementalRemoteKeyedStateHandle.restore(UUID backendIdentifier,
KeyGroupRange keyGroupRange,
long checkpointId,
List<IncrementalKeyedStateHandle.HandleAndLocalPath> sharedState,
List<IncrementalKeyedStateHandle.HandleAndLocalPath> privateState,
StreamStateHandle metaStateHandle,
long persistedSizeOfThisCheckpoint,
StateHandleID stateHandleId) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.