public class SnapshotUpdateOperationParams extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SnapshotUpdateOperationParams.Builder
Builder for SnapshotUpdateOperationParameters
|
| Constructor and Description |
|---|
SnapshotUpdateOperationParams()
Default constructor.
|
SnapshotUpdateOperationParams(SnapshotChainMode chainMode) |
SnapshotUpdateOperationParams(SnapshotChainMode chainMode,
boolean deleteSources,
boolean singleFileCopy,
Integer parallelismLevel) |
| Modifier and Type | Method and Description |
|---|---|
SnapshotChainMode |
chainMode() |
Integer |
parallelismLevel() |
boolean |
removeSources() |
boolean |
singleFileCopy() |
String |
toString() |
public SnapshotUpdateOperationParams()
public SnapshotUpdateOperationParams(SnapshotChainMode chainMode)
chainMode - Chain mode.public SnapshotUpdateOperationParams(SnapshotChainMode chainMode, boolean deleteSources, boolean singleFileCopy, Integer parallelismLevel)
chainMode - Snapshot chain mode.deleteSources - Remove sources.singleFileCopy - Would copy partitions once (cluster-wide).parallelismLevel - How many file would be updated on each node in parallel.public SnapshotChainMode chainMode()
public boolean removeSources()
public boolean singleFileCopy()
public Integer parallelismLevel()
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025