Class CreateReplicationReplCall

java.lang.Object
org.gridgain.internal.cli.call.dcr.CreateReplicationReplCall
All Implemented Interfaces:
org.apache.ignite.internal.cli.core.call.Call<CreateReplicationCallInput,org.apache.ignite.rest.client.model.ReplicationInfo>

@Singleton public class CreateReplicationReplCall extends Object implements org.apache.ignite.internal.cli.core.call.Call<CreateReplicationCallInput,org.apache.ignite.rest.client.model.ReplicationInfo>
Creates a new replication and refreshes the registry.
  • Constructor Details

  • Method Details

    • execute

      public org.apache.ignite.internal.cli.core.call.CallOutput<org.apache.ignite.rest.client.model.ReplicationInfo> execute(CreateReplicationCallInput input)
      Specified by:
      execute in interface org.apache.ignite.internal.cli.core.call.Call<CreateReplicationCallInput,org.apache.ignite.rest.client.model.ReplicationInfo>