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