Package | Description |
---|---|
org.gridgain.grid.persistentstore |
Contains base GridGain database interfaces.
|
Modifier and Type | Method and Description |
---|---|
SnapshotFuture<List<SnapshotIssue>> |
GridSnapshot.check(CheckSnapshotParams params)
Verifies snapshot integrity.
|
SnapshotFuture<List<SnapshotIssue>> |
GridSnapshot.checkSnapshot(long snapshotId,
Collection<File> optSearchPaths,
boolean skipCrc,
String msg)
Deprecated.
|
SnapshotFuture<List<SnapshotIssue>> |
GridSnapshot.checkSnapshot(long snapshotId,
Collection<File> optSearchPaths,
Set<String> cacheNames,
boolean forceRestore,
boolean skipCrc,
String msg)
Deprecated.
|
SnapshotFuture<List<SnapshotIssue>> |
GridSnapshot.checkSnapshot(long snapshotId,
SnapshotOperationType type,
Set<String> cacheNames,
boolean forceRestore,
Collection<File> optSearchPaths,
boolean skipCrc,
IgniteBiClosure<String,CacheConfiguration,CacheConfiguration> c,
String msg)
Deprecated.
|
SnapshotFuture<Void> |
GridSnapshot.copy(CopySnapshotParams params)
Copy a snapshot with the given ID to the given destination folder.
|
SnapshotFuture<Void> |
GridSnapshot.copySnapshot(long snapshotId,
File destPath,
boolean skipWalMove,
org.gridgain.grid.internal.processors.cache.database.SnapshotUpdateOperationParameters operationParameters,
String msg)
Deprecated.
|
SnapshotFuture<Void> |
GridSnapshot.copySnapshot(long snapshotId,
File destPath,
boolean skipWalMove,
SnapshotUpdateOperationParams updateOperationParams,
String msg)
Deprecated.
|
SnapshotFuture<Void> |
GridSnapshot.copySnapshot(long snapshotId,
File destPath,
org.gridgain.grid.internal.processors.cache.database.SnapshotUpdateOperationParameters operationParameters,
String msg)
Deprecated.
|
SnapshotFuture<Void> |
GridSnapshot.copySnapshot(long snapshotId,
File destPath,
SnapshotUpdateOperationParams operationParams,
String msg)
Deprecated.
|
SnapshotFuture<Void> |
GridSnapshot.createFullSnapshot(@Nullable Set<String> cacheNames,
@Nullable File storePath,
@Nullable org.gridgain.grid.internal.processors.cache.database.snapshot.SnapshotCommonParameters snapshotCommonParameters,
@Nullable org.gridgain.grid.internal.processors.cache.database.snapshot.SnapshotCreateParameters snapshotCreateParameters,
@Nullable String msg)
|
SnapshotFuture<Void> |
GridSnapshot.createFullSnapshot(@Nullable Set<String> cacheNames,
@Nullable File storePath,
@Nullable SnapshotCommonParams snapshotCommonParams,
@Nullable SnapshotCreateParams snapshotCreateParams,
@Nullable String msg)
Initiates full snapshot creation.
|
SnapshotFuture<Void> |
GridSnapshot.createFullSnapshot(@Nullable Set<String> cacheNames,
@Nullable File storePath,
org.gridgain.grid.internal.processors.cache.database.snapshot.SnapshotCreateParameters snapshotCreateParameters,
@Nullable String msg)
|
SnapshotFuture<Void> |
GridSnapshot.createFullSnapshot(@Nullable Set<String> cacheNames,
@Nullable File storePath,
SnapshotCreateParams snapshotCreateParams,
@Nullable String msg)
Initiates full snapshot creation.
|
SnapshotFuture<Void> |
GridSnapshot.createFullSnapshot(@Nullable Set<String> includeCacheOrGroups,
@Nullable Set<String> excludeCacheNames,
@Nullable File storePath,
@Nullable SnapshotCommonParams snapshotCommonParams,
@Nullable SnapshotCreateParams snapshotCreateParams,
@Nullable String msg)
Initiates full snapshot creation.
|
SnapshotFuture<Void> |
GridSnapshot.createFullSnapshot(@Nullable Set<String> cacheNames,
@Nullable String msg)
Initiates full snapshot creation.
|
SnapshotFuture<Void> |
GridSnapshot.createSnapshot(@Nullable Set<String> cacheNames,
@Nullable File storePath,
@Nullable org.gridgain.grid.internal.processors.cache.database.snapshot.SnapshotCommonParameters snapshotCommonParameters,
@Nullable org.gridgain.grid.internal.processors.cache.database.snapshot.SnapshotCreateParameters snapshotCreateParameters,
@Nullable String msg)
|
SnapshotFuture<Void> |
GridSnapshot.createSnapshot(@Nullable Set<String> cacheNames,
@Nullable File storePath,
@Nullable SnapshotCommonParams snapshotCommonParams,
@Nullable SnapshotCreateParams snapshotCreateParams,
@Nullable String msg)
Initiates incremental snapshot creation.
|
SnapshotFuture<Void> |
GridSnapshot.createSnapshot(@Nullable Set<String> cacheNames,
@Nullable File storePath,
org.gridgain.grid.internal.processors.cache.database.snapshot.SnapshotCreateParameters snapshotCreateParameters,
@Nullable String msg)
Deprecated.
|
SnapshotFuture<Void> |
GridSnapshot.createSnapshot(@Nullable Set<String> cacheNames,
@Nullable File storePath,
SnapshotCreateParams snapshotCreateParams,
@Nullable String msg)
Initiates incremental snapshot creation.
|
SnapshotFuture<Void> |
GridSnapshot.createSnapshot(@Nullable Set<String> includeCacheOrGroups,
@Nullable Set<String> excludeCachesOrGroups,
@Nullable File storePath,
@Nullable SnapshotCommonParams snapshotCommonParams,
@Nullable SnapshotCreateParams snapshotCreateParams,
@Nullable String msg)
Initiates incremental snapshot creation.
|
SnapshotFuture<Void> |
GridSnapshot.createSnapshot(@Nullable Set<String> cacheNames,
@Nullable String msg)
Initiates incremental snapshot creation.
|
SnapshotFuture<Void> |
GridSnapshot.deleteSnapshot(long snapshotId,
org.gridgain.grid.internal.processors.cache.database.SnapshotUpdateOperationParameters operationParameters,
String msg)
|
SnapshotFuture<Void> |
GridSnapshot.deleteSnapshot(long snapshotId,
SnapshotUpdateOperationParams operationParams,
String msg)
Deletes snapshot from the local directory.
|
SnapshotFuture<Void> |
GridSnapshot.deleteSnapshot(long snapshotId,
String msg)
Deletes snapshot from the local directory.
|
SnapshotFuture<Void> |
GridSnapshot.forceDeleteSnapshot(long snapshotId,
String msg)
Deprecated.
|
SnapshotFuture<Void> |
GridSnapshot.forceMoveSnapshot(long snapshotId,
File destPath,
String msg)
Deprecated.
|
SnapshotFuture<Void> |
GridSnapshot.move(MoveSnapshotParams params)
Copy a snapshot with the given ID to the given destination folder and delete snapshot locally.
|
SnapshotFuture<Void> |
GridSnapshot.moveSnapshot(long snapshotId,
File destPath,
boolean skipWalMove,
org.gridgain.grid.internal.processors.cache.database.SnapshotUpdateOperationParameters operationParameters,
String msg)
Deprecated.
|
SnapshotFuture<Void> |
GridSnapshot.moveSnapshot(long snapshotId,
File destPath,
boolean skipWalMove,
SnapshotUpdateOperationParams operationParams,
String msg)
Deprecated.
|
SnapshotFuture<Void> |
GridSnapshot.moveSnapshot(long snapshotId,
File destPath,
boolean skipWalMove,
String msg)
Deprecated.
|
SnapshotFuture<Void> |
GridSnapshot.moveSnapshot(long snapshotId,
File destPath,
String msg)
Deprecated.
|
SnapshotFuture<Void> |
GridSnapshot.restore(RestoreSnapshotParams params)
Restores snapshot identified by the given snapshot info.
|
SnapshotFuture<Void> |
GridSnapshot.restoreSnapshot(long snapshotId,
Collection<File> optSearchPaths,
Set<String> cacheNames,
boolean forceRestore,
IgniteBiClosure<String,CacheConfiguration,CacheConfiguration> c,
String msg)
Deprecated.
|
SnapshotFuture<Void> |
GridSnapshot.restoreSnapshot(long snapshotId,
Collection<File> optSearchPaths,
Set<String> cacheNames,
IgniteBiClosure<String,CacheConfiguration,CacheConfiguration> c,
String msg)
Deprecated.
|
SnapshotFuture<Void> |
GridSnapshot.restoreSnapshot(long snapshotId,
Collection<File> optSearchPaths,
Set<String> cacheNames,
String msg)
Deprecated.
|
SnapshotFuture<Void> |
GridSnapshot.restoreSnapshot(long snapshotId,
Set<String> cacheNames,
String msg)
Deprecated.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024