org.dozer.stats
Interface StatisticsManager
- All Known Implementing Classes:
- StatisticsManagerImpl
public interface StatisticsManager
Internal interface for managing statistics. Only intended for internal use.
- Author:
- tierney.matt
getStatistics
Set<Statistic> getStatistics()
getStatisticValue
long getStatisticValue(StatisticType statisticType)
getStatisticValue
long getStatisticValue(StatisticType statisticType,
Object entryKey)
clearAll
void clearAll()
getStatisticEntries
Set<StatisticEntry> getStatisticEntries(StatisticType statisticType)
getStatisticTypes
Set<StatisticType> getStatisticTypes()
isStatisticsEnabled
boolean isStatisticsEnabled()
setStatisticsEnabled
void setStatisticsEnabled(boolean statisticsEnabled)
logStatistics
void logStatistics()
increment
Statistic increment(StatisticType statisticType)
increment
Statistic increment(StatisticType statisticType,
long value)
increment
Statistic increment(StatisticType statisticType,
Object statisticEntryKey)
Copyright © 2005-2011 dozer. All Rights Reserved.