Ejemplo n.º 1
0
 public int getNumExecutors() {
   try {
     return Integer.parseInt(numExecutors);
   } catch (NumberFormatException e) {
     return EC2AbstractSlave.toNumExecutors(type);
   }
 }