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.
  • Method Details

    • clusterUrl

      public String clusterUrl()
      Returns cluster URL.
    • snapshotUriName

      @Nullable public String snapshotUriName()
      Returns the snapshot path name from the configuration, null means use all paths from the configuration.
    • isShowNodeNames

      public boolean isShowNodeNames()
      Returns true if node names should be added to the output.
    • isShowTableNames

      public boolean isShowTableNames()
      Returns true if table names should be added to the output.
    • isShowSnapshotUri

      public boolean isShowSnapshotUri()
      Returns true if snapshot path URI should be added to the output.
    • builder