Inline isServerConfigurationPayload()
[controller.git] / opendaylight / md-sal / eos-dom-akka / src / main / java / org / opendaylight / controller / eos / akka / DataCenterControl.java
index cb9cff97adedba706bcb275f7dc4f4573fa38acc..f70abc9a860690846fb01f4cbdaf9ff50c612e68 100644 (file)
@@ -7,13 +7,12 @@
  */
 package org.opendaylight.controller.eos.akka;
 
-import com.google.common.annotations.Beta;
 import com.google.common.util.concurrent.ListenableFuture;
 import org.eclipse.jdt.annotation.NonNull;
 import org.opendaylight.yangtools.yang.common.Empty;
 
 /**
- * Service used to bring up/down the NativeEos service in individual datacenters.
+ * Service used to bring up/down the Entity Ownership Service service in individual datacenters.
  * Active datacenter in native eos terms means that the candidates from this datacenter can become owners of entities.
  * Additionally the singleton component makings ownership decisions, runs only in an active datacenter.
  *
@@ -23,15 +22,16 @@ import org.opendaylight.yangtools.yang.common.Empty;
  * on any node from the datacenter to be activated. Datacenters only need to brought up when using non-default
  * datacenter or multiple datacenters.
  */
-@Beta
 public interface DataCenterControl {
     /**
-     * Activates the native eos service in the datacenter that this method is called.
+     * Activates the Entity Ownership Service in the datacenter that this method is called.
+     *
+     * @return Completion future
      */
     @NonNull ListenableFuture<Empty> activateDataCenter();
 
     /**
-     * Deactivates the native eos service in the datacenter that this method is called.
+     * Deactivates the Entity Ownership Service in the datacenter that this method is called.
      *
      * @return Completion future
      */