| Package | Description |
|---|---|
| org.gridgain.grid.persistentstore |
Contains base GridGain database interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static @Nullable SnapshotOperationType |
SnapshotOperationType.fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
SnapshotOperationType |
CheckSnapshotParams.operationType() |
SnapshotOperationType |
SnapshotOperationInfo.operationType()
Gets snapshot operation type.
|
static SnapshotOperationType |
SnapshotOperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnapshotOperationType[] |
SnapshotOperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
CheckSnapshotParams |
CheckSnapshotParams.operationType(SnapshotOperationType type)
Sets type.
|
GridGain In-Memory Computing Platform : ver. 8.9.15 Release Date : December 3 2024