Ejemplo n.º 1
0
 public void leaveCluster(ZuCluster cluster) throws UpdateException {
   List<EndpointStatus> endpoints = endpointMap.remove(cluster.getClusterId());
   if (endpoints != null) {
     cluster.leave(endpoints);
   }
 }