Package | Description |
---|---|
org.gridgain.grid.persistentstore |
Contains base GridGain database interfaces.
|
Modifier and Type | Method and Description |
---|---|
CheckSnapshotParams |
CheckSnapshotParams.cacheNames(@Nullable Set<String> cacheNames)
Sets cache names to check.
|
CheckSnapshotParams |
CheckSnapshotParams.conversionClosure(IgniteBiClosure<String,CacheConfiguration,CacheConfiguration> conversionClosure)
Sets optional closure for CacheConfiguration conversion during snapshot restore.
|
CheckSnapshotParams |
CheckSnapshotParams.excludedCacheNames(@Nullable Set<String> excludedCacheNames)
Sets excluded cache names from checking.
|
CheckSnapshotParams |
CheckSnapshotParams.forceRestore(boolean forceRestore)
Sets check snapshot for force restore or not, default is
false . |
CheckSnapshotParams |
CheckSnapshotParams.message(String msg)
Sets additional optional user message that will be printed out to the log and will be saved in snapshot catalog.
|
CheckSnapshotParams |
CheckSnapshotParams.operationType(SnapshotOperationType type)
Sets type.
|
CheckSnapshotParams |
CheckSnapshotParams.optionalSearchPaths(Collection<SnapshotPath> optSearchPaths)
Sets optional path to search for snapshots data.
|
CheckSnapshotParams |
CheckSnapshotParams.parallelism(Integer parallelism)
Sets parallelism level for snapshot check operation.
|
CheckSnapshotParams |
CheckSnapshotParams.skipCrc(boolean skipCrc)
Sets flag to skip CRC check, default is
false . |
CheckSnapshotParams |
CheckSnapshotParams.snapshotId(long snapshotId)
Sets snapshot ID to check.
|
Modifier and Type | Method and Description |
---|---|
SnapshotFuture<List<SnapshotIssue>> |
GridSnapshot.check(CheckSnapshotParams params)
Verifies snapshot integrity.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024