Searched refs:synchCount (Results 1 – 2 of 2) sorted by relevance
388 String synchCount = Utils.jsonToString(controlInfo.get("synch_count")); in generateControlFile()393 display.getSynchCountInput().setText(synchCount); in generateControlFile()678 final JSONValue synchCount; in submitJob() local690 synchCount = JSONNull.getInstance(); in submitJob()692 synchCount = new JSONNumber(parsePositiveIntegerInput( in submitJob()712 args.put("synch_count", synchCount); in submitJob()
114 int synchCount = (int) job.get("synch_count").isNumber().doubleValue(); in abortHostQueueEntries() local118 if (synchCount > 1 && hasExecutionSubdir) { in abortHostQueueEntries()