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
Input for
SnapshotRestoreCall.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Builder forSnapshotRestoreCallInput.Returns cluster URL.Returns name of the decryption provider ornullfor default.Returns ID of the snapshot to restore.source()Returns name of the snapshot URI in configuration ornullfor default.Returns list of table names to restore from the snapshot.
-
Method Details
-
builder
Builder forSnapshotRestoreCallInput. -
clusterUrl
Returns cluster URL.- Returns:
- Cluster URL.
-
snapshotId
Returns ID of the snapshot to restore.- Returns:
- snapshot id.
-
tableNames
Returns list of table names to restore from the snapshot.- Returns:
- table names.
-
source
Returns name of the snapshot URI in configuration ornullfor default. -
decryptionProvider
Returns name of the decryption provider ornullfor default.
-