Searched refs:jobIdStr (Results 1 – 1 of 1) sorted by relevance
277 final String jobIdStr = getNextArg(); in timeout() local278 final int jobId = jobIdStr != null ? Integer.parseInt(jobIdStr) : -1; in timeout()283 jobIdStr != null, jobId, in timeout()321 final String jobIdStr = getNextArg(); in cancelJob() local322 final int jobId = jobIdStr != null ? Integer.parseInt(jobIdStr) : -1; in cancelJob()327 jobIdStr != null, jobId); in cancelJob()508 final String jobIdStr = getNextArgRequired(); in getEstimatedNetworkBytes() local509 final int jobId = Integer.parseInt(jobIdStr); in getEstimatedNetworkBytes()564 final String jobIdStr = getNextArgRequired(); in getTransferredNetworkBytes() local565 final int jobId = Integer.parseInt(jobIdStr); in getTransferredNetworkBytes()[all …]