Package | Description |
---|---|
org.gridgain.grid.persistentstore |
Contains base GridGain database interfaces.
|
Modifier and Type | Method and Description |
---|---|
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> includeCacheOrGroups,
@Nullable Set<String> excludeCacheNames,
@Nullable File storePath,
@Nullable SnapshotCommonParams snapshotCommonParams,
@Nullable SnapshotCreateParams snapshotCreateParams,
@Nullable String msg)
Initiates full snapshot creation.
|
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> includeCacheOrGroups,
@Nullable Set<String> excludeCachesOrGroups,
@Nullable File storePath,
@Nullable SnapshotCommonParams snapshotCommonParams,
@Nullable SnapshotCreateParams snapshotCreateParams,
@Nullable String msg)
Initiates incremental snapshot creation.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024