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.booleanforce()If true, existing structures will be overwritten.Returns ID of the snapshot to restore.source()Returns name of the snapshot URI in configuration ornullfor default.Returns list names of structures to restore from the snapshot.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.
-
structureNames
Returns list names of structures to restore from the snapshot.- Returns:
- structure names.
-
source
Returns name of the snapshot URI in configuration ornullfor default. -
decryptionProvider
Returns name of the decryption provider ornullfor default. -
force
public boolean force()If true, existing structures will be overwritten. Fails snapshot iffalseand specified structures exist.
-