public final class RetryImpl.RetryMetrics extends java.lang.Object implements 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.
|
public long getNumberOfSuccessfulCallsWithoutRetryAttempt()
Retry.MetricsgetNumberOfSuccessfulCallsWithoutRetryAttempt in interface Retry.Metricspublic long getNumberOfFailedCallsWithoutRetryAttempt()
Retry.MetricsgetNumberOfFailedCallsWithoutRetryAttempt in interface Retry.Metricspublic long getNumberOfSuccessfulCallsWithRetryAttempt()
Retry.MetricsgetNumberOfSuccessfulCallsWithRetryAttempt in interface Retry.Metricspublic long getNumberOfFailedCallsWithRetryAttempt()
Retry.MetricsgetNumberOfFailedCallsWithRetryAttempt in interface Retry.Metrics