public interface StatisticsManager
Modifier and Type | Method and Description |
---|---|
void |
clearAll() |
Set<StatisticEntry> |
getStatisticEntries(StatisticType statisticType) |
Set<Statistic> |
getStatistics() |
Set<StatisticType> |
getStatisticTypes() |
long |
getStatisticValue(StatisticType statisticType) |
long |
getStatisticValue(StatisticType statisticType,
Object entryKey) |
Statistic |
increment(StatisticType statisticType) |
Statistic |
increment(StatisticType statisticType,
long value) |
Statistic |
increment(StatisticType statisticType,
Object statisticEntryKey) |
boolean |
isStatisticsEnabled() |
void |
logStatistics() |
void |
setStatisticsEnabled(boolean statisticsEnabled) |
long getStatisticValue(StatisticType statisticType)
long getStatisticValue(StatisticType statisticType, Object entryKey)
void clearAll()
Set<StatisticEntry> getStatisticEntries(StatisticType statisticType)
Set<StatisticType> getStatisticTypes()
boolean isStatisticsEnabled()
void setStatisticsEnabled(boolean statisticsEnabled)
void logStatistics()
Statistic increment(StatisticType statisticType)
Statistic increment(StatisticType statisticType, long value)
Statistic increment(StatisticType statisticType, Object statisticEntryKey)
Copyright © 2005-2014 dozer. All Rights Reserved.