org.dozer.jmx
Interface DozerStatisticsControllerMBean
- All Known Implementing Classes:
- DozerStatisticsController
public interface DozerStatisticsControllerMBean
Public Dozer JMX Bean interface
- Author:
- tierney.matt
getMappingAverageTimeInMillis
double getMappingAverageTimeInMillis()
getMappingSuccessCount
long getMappingSuccessCount()
getMappingFailureCount
long getMappingFailureCount()
getMappingFailureExceptionTypes
Set<String> getMappingFailureExceptionTypes()
getMappingFailureTypes
Set<String> getMappingFailureTypes()
getMappingOverallTimeInMillis
long getMappingOverallTimeInMillis()
getCacheHitCount
Set<String> getCacheHitCount()
getCacheMissCount
Set<String> getCacheMissCount()
getMapperInstancesCount
long getMapperInstancesCount()
getFieldMappingSuccessCount
long getFieldMappingSuccessCount()
getFieldMappingFailureCount
long getFieldMappingFailureCount()
getFieldMappingFailureIgnoredCount
long getFieldMappingFailureIgnoredCount()
getCustomConverterOverallTimeInMillis
long getCustomConverterOverallTimeInMillis()
getCustomConverterSuccessCount
long getCustomConverterSuccessCount()
getCustomConverterPercentageOfMappingTime
double getCustomConverterPercentageOfMappingTime()
getCustomConverterAverageTimeInMillis
double getCustomConverterAverageTimeInMillis()
dumpStatistics
String dumpStatistics()
clearAll
void clearAll()
isStatisticsEnabled
boolean isStatisticsEnabled()
setStatisticsEnabled
void setStatisticsEnabled(boolean statisticsEnabled)
logStatistics
void logStatistics()
Copyright © 2005-2011 dozer. All Rights Reserved.