Package | Description |
---|---|
org.gridgain.grid.persistentstore |
Contains base GridGain database interfaces.
|
Modifier and Type | Method and Description |
---|---|
SnapshotChainMode |
SnapshotUpdateOperationParams.chainMode() |
SnapshotChainMode |
CopySnapshotParams.chainMode() |
SnapshotChainMode |
MoveSnapshotParams.chainMode() |
static @Nullable SnapshotChainMode |
SnapshotChainMode.fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
static SnapshotChainMode |
SnapshotChainMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnapshotChainMode[] |
SnapshotChainMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CopySnapshotParams |
CopySnapshotParams.chainMode(SnapshotChainMode chainMode)
Sets chain mode.
|
MoveSnapshotParams |
MoveSnapshotParams.chainMode(SnapshotChainMode chainMode)
Sets chain mode.
|
SnapshotUpdateOperationParams.Builder |
SnapshotUpdateOperationParams.Builder.withChainMode(SnapshotChainMode mode) |
Constructor and Description |
---|
SnapshotUpdateOperationParams(SnapshotChainMode chainMode) |
SnapshotUpdateOperationParams(SnapshotChainMode chainMode,
boolean deleteSources,
boolean singleFileCopy,
Integer parallelismLevel) |
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024