Class TablesRecoveryStartCallInput
java.lang.Object
org.gridgain.internal.cli.call.pitr.TablesRecoveryStartCallInput
- All Implemented Interfaces:
org.apache.ignite.internal.cli.core.call.CallInput
public class TablesRecoveryStartCallInput
extends Object
implements org.apache.ignite.internal.cli.core.call.CallInput
Input for
TablesRecoveryStartCall.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Builder forTablesRecoveryStartCallInput.Returns cluster URL.Returns list of table names to recover.Returns timestamp in Instant format which is the recovery point-in-time timestamp.
-
Method Details
-
builder
Builder forTablesRecoveryStartCallInput. -
clusterUrl
Returns cluster URL.- Returns:
- Cluster URL.
-
tableNames
Returns list of table names to recover.- Returns:
- table names.
-
timestamp
Returns timestamp in Instant format which is the recovery point-in-time timestamp.- Returns:
- timestamp in Instant format.
-