Class SnapshotListCallInput
java.lang.Object
org.gridgain.internal.cli.call.snapshot.SnapshotListCallInput
- All Implemented Interfaces:
org.apache.ignite.internal.cli.core.call.CallInput
public class SnapshotListCallInput
extends Object
implements org.apache.ignite.internal.cli.core.call.CallInput
Input for
SnapshotListCall.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Creates newSnapshotListCallInput.SnapshotListCallInputBuilder.Returns cluster URL.booleanReturnstrueif node names should be added to the output.booleanReturnstrueif snapshot path URI should be added to the output.booleanReturnstrueif table names should be added to the output.Returns the snapshot path name from the configuration,nullmeans use all paths from the configuration.
-
Method Details
-
clusterUrl
Returns cluster URL. -
snapshotUriName
Returns the snapshot path name from the configuration,nullmeans use all paths from the configuration. -
isShowNodeNames
public boolean isShowNodeNames()Returnstrueif node names should be added to the output. -
isShowTableNames
public boolean isShowTableNames()Returnstrueif table names should be added to the output. -
isShowSnapshotUri
public boolean isShowSnapshotUri()Returnstrueif snapshot path URI should be added to the output. -
builder
Creates newSnapshotListCallInput.SnapshotListCallInputBuilder.
-