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

    • builder

    • clusterUrl

      public String 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

      @Nullable public UUID operationId()
      Returns ID of the operation to get status of.
      Returns:
      operation ID.