| 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,
org.apache.ignite.lang.IgniteBiClosure<String,org.apache.ignite.configuration.CacheConfiguration,org.apache.ignite.configuration.CacheConfiguration> c,
String msg)
Deprecated.
|
GridGain In-Memory Computing Platform : ver. 8.9.15 Release Date : December 3 2024