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