Searched refs:parseNonNegativeInt (Results 1 – 1 of 1) sorted by relevance
206 value = parseNonNegativeInt(splitStr[0], splitStr[1]); in configure()213 value = parseNonNegativeInt(splitStr[0], splitStr[1]); in configure()230 value = parseNonNegativeInt("delayTime", splitStr[0]); in configure()238 value = parseNonNegativeInt("randomizationTime", splitStr[1]); in configure()396 private Pair<Boolean, Integer> parseNonNegativeInt(String name, String stringValue) { in parseNonNegativeInt() method in RetryManager