public interface RetryStatistics
Modifier and Type | Method and Description |
---|---|
int |
getAbortCount()
Get the number of times a block failed to complete successfully, even after retry.
|
int |
getCompleteCount() |
int |
getErrorCount()
Get the number of errors detected, whether or not they resulted in a retry.
|
String |
getName()
Get an identifier for the retry block for reporting purposes.
|
int |
getRecoveryCount()
Get the number of times a recovery callback was applied.
|
int |
getStartedCount()
Get the number of times a retry block has been entered, irrespective of how many
times the operation was retried.
|
int getCompleteCount()
int getStartedCount()
int getErrorCount()
int getAbortCount()
int getRecoveryCount()
String getName()
Copyright © 2022 SpringSource. All rights reserved.