Searched refs:getNumFailures (Results 1 – 2 of 2) sorted by relevance
197 jobStatus.getSourceTag(), jobStatus.getNumFailures(), in JobStatus()261 public int getNumFailures() { in getNumFailures() method in JobStatus
899 final int backoffAttempts = failureToReschedule.getNumFailures() + 1; in getRescheduleJobForFailure()1156 if (job.getNumFailures() > 0) { in process()