コード例 #1
0
ファイル: ZuFinagleServer.java プロジェクト: javasoze/zu
 public void leaveCluster(ZuCluster cluster) throws UpdateException {
   List<EndpointStatus> endpoints = endpointMap.remove(cluster.getClusterId());
   if (endpoints != null) {
     cluster.leave(endpoints);
   }
 }