public static interface Retry.Metrics
| Modifier and Type | Method and Description |
|---|---|
long |
getNumberOfFailedCallsWithoutRetryAttempt()
Returns the number of failed calls without a retry attempt.
|
long |
getNumberOfFailedCallsWithRetryAttempt()
Returns the number of failed calls after all retry attempts.
|
long |
getNumberOfSuccessfulCallsWithoutRetryAttempt()
Returns the number of successful calls without a retry attempt.
|
long |
getNumberOfSuccessfulCallsWithRetryAttempt()
Returns the number of successful calls after a retry attempt.
|
long getNumberOfSuccessfulCallsWithoutRetryAttempt()
long getNumberOfFailedCallsWithoutRetryAttempt()
long getNumberOfSuccessfulCallsWithRetryAttempt()
long getNumberOfFailedCallsWithRetryAttempt()