Exemple #1
0
 public static String[] getClusterNodes(String foo) {
   return RSnowClusterImpl.getClusterNodes(foo);
 }
Exemple #2
0
 //   S N O W   C L U S T E R
 //
 //
 public static String[] makeClusterNode(
     String nametemplate, String shortpoolname, String masterhostname, long port, String outfile) {
   return RSnowClusterImpl.makeClusterNode(
       nametemplate, shortpoolname, masterhostname, port, outfile);
 }
Exemple #3
0
 public static String[] releaseClusterNode(String nodename) {
   return RSnowClusterImpl.releaseClusterNode(nodename);
 }
Exemple #4
0
 public static void stopAllClusters() {
   RClusterImpl.stopAllClusters();
   RSnowClusterImpl.stopAllClusters();
 }