Searched refs:jobIdStr (Results 1 – 1 of 1) sorted by relevance
256 final String jobIdStr = getNextArg(); in timeout() local257 final int jobId = jobIdStr != null ? Integer.parseInt(jobIdStr) : -1; in timeout()262 jobIdStr != null, jobId, in timeout()300 final String jobIdStr = getNextArg(); in cancelJob() local301 final int jobId = jobIdStr != null ? Integer.parseInt(jobIdStr) : -1; in cancelJob()306 jobIdStr != null, jobId); in cancelJob()383 final String jobIdStr = getNextArgRequired(); in getEstimatedNetworkBytes() local384 final int jobId = Integer.parseInt(jobIdStr); in getEstimatedNetworkBytes()439 final String jobIdStr = getNextArgRequired(); in getTransferredNetworkBytes() local591 final String jobIdStr = getNextArg(); in stop() local[all …]