public static String[] clusterExport(String cl, String exp, String ato) { return RClusterImpl.clusterExport(cl, exp, ato); }
public static String[] clusterEvalQ(String cl, String expression) { return RClusterImpl.clusterEvalQ(cl, expression); }
public static String[] clusterApply(String cl, String varName, String functionName) { return RClusterImpl.clusterApply(cl, varName, functionName); }
public static String[] setClusterProperties(String gprops) { return RClusterImpl.setClusterProperties(gprops); }
public static String[] makeCluster(long n, String poolName) { return RClusterImpl.makeCluster(n, poolName); }
public static void stopAllClusters() { RClusterImpl.stopAllClusters(); RSnowClusterImpl.stopAllClusters(); }