public static String[] getClusterNodes(String foo) { return RSnowClusterImpl.getClusterNodes(foo); }
// 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); }
public static String[] releaseClusterNode(String nodename) { return RSnowClusterImpl.releaseClusterNode(nodename); }
public static void stopAllClusters() { RClusterImpl.stopAllClusters(); RSnowClusterImpl.stopAllClusters(); }