Searched refs:synchCount (Results 1 – 2 of 2) sorted by relevance
400 String synchCount = Utils.jsonToString(controlInfo.get("synch_count")); in generateControlFile()405 display.getSynchCountInput().setText(synchCount); in generateControlFile()736 final JSONValue synchCount; in submitJob() local748 synchCount = JSONNull.getInstance(); in submitJob()750 synchCount = new JSONNumber(parsePositiveIntegerInput( in submitJob()770 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()