Class FlushReplicationCall
java.lang.Object
org.gridgain.internal.cli.call.dcr.FlushReplicationCall
- All Implemented Interfaces:
org.apache.ignite.internal.cli.core.call.Call<FlushReplicationCallInput,String>
@Singleton
public class FlushReplicationCall
extends Object
implements org.apache.ignite.internal.cli.core.call.Call<FlushReplicationCallInput,String>
Flush replication call.
-
Constructor Summary
ConstructorsConstructorDescriptionFlushReplicationCall(org.apache.ignite.internal.cli.core.rest.ApiClientFactory apiClientFactory) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.ignite.internal.cli.core.call.CallOutput<String>execute(FlushReplicationCallInput input)
-
Constructor Details
-
FlushReplicationCall
public FlushReplicationCall(org.apache.ignite.internal.cli.core.rest.ApiClientFactory apiClientFactory)
-
-
Method Details
-
execute
public org.apache.ignite.internal.cli.core.call.CallOutput<String> execute(FlushReplicationCallInput input) - Specified by:
executein interfaceorg.apache.ignite.internal.cli.core.call.Call<FlushReplicationCallInput,String>
-