|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RetryStatistics
Interface for statistics reporting of retry attempts. Counts the number of retry attempts, successes, errors (including retries), and aborts.
Method Summary | |
---|---|
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 |
getStartedCount()
Get the number of times a retry block has been entered, irrespective of how many times the operation was retried. |
Method Detail |
---|
int getCompleteCount()
int getStartedCount()
int getErrorCount()
int getAbortCount()
String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |