Esempio n. 1
0
 /**
  * Adds new endpoints and persist them. Requires that this instance owns the tryClaim to the
  * coordinate.
  *
  * @param newEndpoints endpoints to be added.
  */
 public void putEndpoints(final List<Endpoint> newEndpoints)
     throws CloudnameException, CoordinateMissingException {
   zkCoordinateData.putEndpoints(newEndpoints);
   updateCoordinateData();
 }