Esempio n. 1
0
 /**
  * Remove endpoints and persist it. Requires that this instance owns the tryClaim to the
  * coordinate.
  *
  * @param names names of endpoints to be removed.
  */
 public void removeEndpoints(final List<String> names)
     throws CloudnameException, CoordinateMissingException {
   zkCoordinateData.removeEndpoints(names);
   updateCoordinateData();
 }