Class SnapshotStatusCallInput
java.lang.Object
org.gridgain.internal.cli.call.snapshot.SnapshotStatusCallInput
- All Implemented Interfaces:
org.apache.ignite.internal.cli.core.call.CallInput
public class SnapshotStatusCallInput
extends Object
implements org.apache.ignite.internal.cli.core.call.CallInput
Input for
SnapshotStatusCall.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns if status should be retrieved for each node individually.builder()Builder forSnapshotStatusCallInput.Gets cluster URL.Returns ID of the operation to get status of.booleanReturns if result table should contain snapshot table names.
-
Method Details
-
builder
Builder forSnapshotStatusCallInput. -
clusterUrl
Gets cluster URL.- Returns:
- Cluster URL.
-
allNodesOption
public boolean allNodesOption()Returns if status should be retrieved for each node individually.- Returns:
- all nodes flag.
-
showTables
public boolean showTables()Returns if result table should contain snapshot table names.- Returns:
- showTables flag.
-
operationId
Returns ID of the operation to get status of.- Returns:
- operation ID.
-