Class ClusterAdminRpcService

java.lang.Object
org.opendaylight.controller.cluster.datastore.admin.ClusterAdminRpcService

public final class ClusterAdminRpcService extends Object
Implements the yang RPCs defined in the generated ClusterAdminService interface.
Author:
Thomas Pantelis
  • Constructor Summary

    Constructors
    Constructor
    Description
    ClusterAdminRpcService(org.opendaylight.controller.cluster.datastore.DistributedDataStoreInterface configDataStore, org.opendaylight.controller.cluster.datastore.DistributedDataStoreInterface operDataStore, org.opendaylight.controller.eos.akka.DataCenterControl dataCenterControl)
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ClusterAdminRpcService

      public ClusterAdminRpcService(org.opendaylight.controller.cluster.datastore.DistributedDataStoreInterface configDataStore, org.opendaylight.controller.cluster.datastore.DistributedDataStoreInterface operDataStore, org.opendaylight.controller.eos.akka.DataCenterControl dataCenterControl)