Class SnapshotRestoreCallInput

java.lang.Object
org.gridgain.internal.cli.call.snapshot.SnapshotRestoreCallInput
All Implemented Interfaces:
org.apache.ignite.internal.cli.core.call.CallInput

public class SnapshotRestoreCallInput extends Object implements org.apache.ignite.internal.cli.core.call.CallInput
  • Method Details

    • builder

    • clusterUrl

      public String clusterUrl()
      Returns cluster URL.
      Returns:
      Cluster URL.
    • snapshotId

      public UUID snapshotId()
      Returns ID of the snapshot to restore.
      Returns:
      snapshot id.
    • tableNames

      @Nullable public List<String> tableNames()
      Returns list of table names to restore from the snapshot.
      Returns:
      table names.
    • source

      @Nullable public String source()
      Returns name of the snapshot URI in configuration or null for default.
    • decryptionProvider

      @Nullable public String decryptionProvider()
      Returns name of the decryption provider or null for default.