public class SnapshotInfoParams extends Object
Constructor and Description |
---|
SnapshotInfoParams() |
Modifier and Type | Method and Description |
---|---|
@Nullable Collection<SnapshotPath> |
optionalSearchPaths() |
SnapshotInfoParams |
optionalSearchPaths(@Nullable Collection<SnapshotPath> optSearchPaths)
Sets optional collection of search paths to search for snapshots.
|
long |
snapshotId() |
SnapshotInfoParams |
snapshotId(long snapshotId)
Sets snapshot ID to copy.
|
String |
toString() |
public long snapshotId()
public SnapshotInfoParams snapshotId(long snapshotId)
snapshotId
- Snapshot ID to copy.@Nullable public @Nullable Collection<SnapshotPath> optionalSearchPaths()
public SnapshotInfoParams optionalSearchPaths(@Nullable @Nullable Collection<SnapshotPath> optSearchPaths)
optSearchPaths
- Optional collection of search paths to search for snapshots.
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024