public interface DozerStatisticsControllerMBean
Modifier and Type | Method and Description |
---|---|
void |
clearAll() |
String |
dumpStatistics() |
Set<String> |
getCacheHitCount() |
Set<String> |
getCacheMissCount() |
double |
getCustomConverterAverageTimeInMillis() |
long |
getCustomConverterOverallTimeInMillis() |
double |
getCustomConverterPercentageOfMappingTime() |
long |
getCustomConverterSuccessCount() |
long |
getFieldMappingFailureCount() |
long |
getFieldMappingFailureIgnoredCount() |
long |
getFieldMappingSuccessCount() |
long |
getMapperInstancesCount() |
double |
getMappingAverageTimeInMillis() |
long |
getMappingFailureCount() |
Set<String> |
getMappingFailureExceptionTypes() |
Set<String> |
getMappingFailureTypes() |
long |
getMappingOverallTimeInMillis() |
long |
getMappingSuccessCount() |
boolean |
isStatisticsEnabled() |
void |
logStatistics() |
void |
setStatisticsEnabled(boolean statisticsEnabled) |
double getMappingAverageTimeInMillis()
long getMappingSuccessCount()
long getMappingFailureCount()
long getMappingOverallTimeInMillis()
long getMapperInstancesCount()
long getFieldMappingSuccessCount()
long getFieldMappingFailureCount()
long getFieldMappingFailureIgnoredCount()
long getCustomConverterOverallTimeInMillis()
long getCustomConverterSuccessCount()
double getCustomConverterPercentageOfMappingTime()
double getCustomConverterAverageTimeInMillis()
String dumpStatistics()
void clearAll()
boolean isStatisticsEnabled()
void setStatisticsEnabled(boolean statisticsEnabled)
void logStatistics()
Copyright © 2005-2014 dozer. All Rights Reserved.