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