Package | Description |
---|---|
org.gridgain.grid.persistentstore |
Contains base GridGain database interfaces.
|
Modifier and Type | Method and Description |
---|---|
SnapshotUpdateOperationParams |
SnapshotUpdateOperationParams.Builder.build() |
Modifier and Type | Method and Description |
---|---|
SnapshotFuture<Void> |
GridSnapshot.copySnapshot(long snapshotId,
File destPath,
boolean skipWalMove,
SnapshotUpdateOperationParams updateOperationParams,
String msg)
Deprecated.
|
SnapshotFuture<Void> |
GridSnapshot.copySnapshot(long snapshotId,
File destPath,
SnapshotUpdateOperationParams operationParams,
String msg)
Deprecated.
|
SnapshotFuture<Void> |
GridSnapshot.deleteSnapshot(long snapshotId,
SnapshotUpdateOperationParams operationParams,
String msg)
Deletes snapshot from the local directory.
|
SnapshotFuture<Void> |
GridSnapshot.moveSnapshot(long snapshotId,
File destPath,
boolean skipWalMove,
SnapshotUpdateOperationParams operationParams,
String msg)
Deprecated.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024