java.lang.Object
org.opendaylight.controller.cluster.datastore.admin.command.AbstractRpcAction
All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
Direct Known Subclasses:
ActivateEosDatacenterCommand, AddReplicasForAllShardsCommand, AddShardReplicaCommand, BackupDatastoreCommand, ChangeMemberVotingStatesForAllShardsCommand, ChangeMemberVotingStatesForShardCommand, DeactivateEosDatacenterCommand, FlipMemberVotingStatesForAllShardsCommand, GetKnownClientsForAllShardsCommand, GetShardRoleCommand, LocateShardCommand, MakeLeaderLocalCommand, RemoveAllShardReplicasCommand, RemoveShardReplicaCommand

public abstract class AbstractRpcAction extends Object implements org.apache.karaf.shell.api.action.Action
Common base class for all commands which end up invoking an RPC.
  • Constructor Details

    • AbstractRpcAction

      public AbstractRpcAction()
  • Method Details