Package | Description |
---|---|
org.gridgain.grid.persistentstore |
Contains base GridGain database interfaces.
|
Modifier and Type | Method and Description |
---|---|
RestoreSnapshotParams |
RestoreSnapshotParams.cacheNames(@Nullable Set<String> cacheNames)
Sets collection of cache names to restore from this snapshot.
|
RestoreSnapshotParams |
RestoreSnapshotParams.conversionClosure(IgniteBiClosure<String,CacheConfiguration,CacheConfiguration> conversionClosure)
Sets closure for CacheConfiguration conversion during snapshot restore.
|
RestoreSnapshotParams |
RestoreSnapshotParams.excludedCacheNames(@Nullable Set<String> excludedCacheNames)
Sets collection of cache names excluded from this snapshot.
|
RestoreSnapshotParams |
RestoreSnapshotParams.forceRestore(boolean forceRestore)
Sets flag indicating restore force: if newly created cache in group may be destroyed by this
restore, default is
false . |
RestoreSnapshotParams |
RestoreSnapshotParams.message(String msg)
Sets user message.
|
RestoreSnapshotParams |
RestoreSnapshotParams.optionalSearchPaths(Collection<SnapshotPath> optSearchPaths)
Sets Optional path to search for snapshots data.
|
RestoreSnapshotParams |
RestoreSnapshotParams.parallelism(Integer parallelism)
Sets parallelism level for snapshot restore operation.
|
RestoreSnapshotParams |
RestoreSnapshotParams.snapshotId(long snapshotId)
Sets id of snapshot to restore.
|
Modifier and Type | Method and Description |
---|---|
SnapshotFuture<Void> |
GridSnapshot.restore(RestoreSnapshotParams params)
Restores snapshot identified by the given snapshot info.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024