Class CreateReplicationCall
java.lang.Object
org.gridgain.internal.cli.call.cdc.replication.CreateReplicationCall
- All Implemented Interfaces:
org.apache.ignite.internal.cli.core.call.Call<CreateCdcReplicationCallInput,String>
@Singleton
public class CreateReplicationCall
extends Object
implements org.apache.ignite.internal.cli.core.call.Call<CreateCdcReplicationCallInput,String>
Creates a new replication.
-
Constructor Summary
ConstructorsConstructorDescriptionCreateReplicationCall(org.apache.ignite.internal.cli.core.rest.ApiClientFactory apiClientFactory) -
Method Summary
-
Constructor Details
-
CreateReplicationCall
public CreateReplicationCall(org.apache.ignite.internal.cli.core.rest.ApiClientFactory apiClientFactory)
-
-
Method Details
-
execute
public org.apache.ignite.internal.cli.core.call.CallOutput<String> execute(CreateCdcReplicationCallInput input) - Specified by:
executein interfaceorg.apache.ignite.internal.cli.core.call.Call<CreateCdcReplicationCallInput,String>
-