Searched refs:validateNonNegativeInt (Results 1 – 1 of 1) sorted by relevance
149 if (!validateNonNegativeInt("maxRetryCount", maxRetryCount)) { in configure()153 if (!validateNonNegativeInt("retryTime", retryTime)) { in configure()157 if (!validateNonNegativeInt("randomizationTime", randomizationTime)) { in configure()401 retVal = new Pair<Boolean, Integer>(validateNonNegativeInt(name, value), value); in parseNonNegativeInt()418 private boolean validateNonNegativeInt(String name, int value) { in validateNonNegativeInt() method in RetryManager