Searched refs:numAttemptsPerFqdn (Results 1 – 2 of 2) sorted by relevance
863 abstract Optional<Integer> numAttemptsPerFqdn(); in numAttemptsPerFqdn() method in ErrorPolicyManager.ErrorPolicy880 abstract Builder setNumAttemptsPerFqdn(Integer numAttemptsPerFqdn); in setNumAttemptsPerFqdn() argument911 if (numAttemptsPerFqdn().isEmpty() || retryArray().size() <= 0) { in getCurrentFqdnIndex()916 return (retryIndex + 1) / numAttemptsPerFqdn().get() % numFqdns; in getCurrentFqdnIndex()984 Log.d(LOG_TAG, "NumAttemptsPerFqdn: " + numAttemptsPerFqdn()); in log()
72 abstract Optional<String> numAttemptsPerFqdn(); in numAttemptsPerFqdn() method in ErrorPolicyManagerTest.ErrorPolicyString90 abstract Builder setNumAttemptsPerFqdn(String numAttemptsPerFqdn); in setNumAttemptsPerFqdn() argument113 numAttemptsPerFqdn() in getErrorPolicyInString()115 numAttemptsPerFqdn -> in getErrorPolicyInString()118 .append(numAttemptsPerFqdn) in getErrorPolicyInString()