|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface TypeConverterRegistry.Statistics
Utilization statistics of the this registry.
| Method Summary | |
|---|---|
long |
getAttemptCounter()
Number of attempts |
long |
getFailedCounter()
Number of failed attempts during type conversion |
long |
getHitCounter()
Number of successful conversions |
long |
getMissCounter()
Number of attempts which cannot be converted as no suitable type converter exists |
boolean |
isStatisticsEnabled()
Whether statistics is enabled. |
void |
reset()
Reset the counters |
void |
setStatisticsEnabled(boolean statisticsEnabled)
Sets whether statistics is enabled. |
| Method Detail |
|---|
long getAttemptCounter()
long getHitCounter()
long getMissCounter()
long getFailedCounter()
void reset()
boolean isStatisticsEnabled()
void setStatisticsEnabled(boolean statisticsEnabled)
statisticsEnabled - true to enable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||