Class SnapshotRestoreCall
java.lang.Object
org.gridgain.internal.cli.call.snapshot.SnapshotRestoreCall
- All Implemented Interfaces:
org.apache.ignite.internal.cli.core.call.Call<SnapshotRestoreCallInput,String>
@Singleton
public class SnapshotRestoreCall
extends Object
implements org.apache.ignite.internal.cli.core.call.Call<SnapshotRestoreCallInput,String>
Call to restore a snapshot.
-
Constructor Summary
ConstructorsConstructorDescriptionSnapshotRestoreCall(org.apache.ignite.internal.cli.core.rest.ApiClientFactory clientFactory) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.ignite.internal.cli.core.call.DefaultCallOutput<String>execute(SnapshotRestoreCallInput input)
-
Constructor Details
-
SnapshotRestoreCall
public SnapshotRestoreCall(org.apache.ignite.internal.cli.core.rest.ApiClientFactory clientFactory)
-
-
Method Details
-
execute
public org.apache.ignite.internal.cli.core.call.DefaultCallOutput<String> execute(SnapshotRestoreCallInput input) - Specified by:
executein interfaceorg.apache.ignite.internal.cli.core.call.Call<SnapshotRestoreCallInput,String>
-