Class TablesRecoveryStartCall
java.lang.Object
org.gridgain.internal.cli.call.pitr.TablesRecoveryStartCall
- All Implemented Interfaces:
org.apache.ignite.internal.cli.core.call.Call<TablesRecoveryStartCallInput,String>
@Singleton
public class TablesRecoveryStartCall
extends Object
implements org.apache.ignite.internal.cli.core.call.Call<TablesRecoveryStartCallInput,String>
Call to create a point-in-time recovery.
-
Constructor Summary
ConstructorsConstructorDescriptionTablesRecoveryStartCall(org.apache.ignite.internal.cli.core.rest.ApiClientFactory clientFactory) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.ignite.internal.cli.core.call.DefaultCallOutput<String>
-
Constructor Details
-
TablesRecoveryStartCall
public TablesRecoveryStartCall(org.apache.ignite.internal.cli.core.rest.ApiClientFactory clientFactory)
-
-
Method Details
-
execute
public org.apache.ignite.internal.cli.core.call.DefaultCallOutput<String> execute(TablesRecoveryStartCallInput input) - Specified by:
executein interfaceorg.apache.ignite.internal.cli.core.call.Call<TablesRecoveryStartCallInput,String>
-