|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StatisticType | |
|---|---|
| org.dozer.jmx | |
| org.dozer.stats | |
| Uses of StatisticType in org.dozer.jmx |
|---|
| Methods in org.dozer.jmx with parameters of type StatisticType | |
|---|---|
protected Set<String> |
DozerStatisticsController.getStatisticEntries(StatisticType statisticType)
|
protected long |
DozerStatisticsController.getStatisticValue(StatisticType statisticType)
|
| Uses of StatisticType in org.dozer.stats |
|---|
| Methods in org.dozer.stats that return StatisticType | |
|---|---|
StatisticType |
Statistic.getType()
|
static StatisticType |
StatisticType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StatisticType[] |
StatisticType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.dozer.stats that return types with arguments of type StatisticType | |
|---|---|
Set<StatisticType> |
StatisticsManagerImpl.getStatisticTypes()
|
Set<StatisticType> |
StatisticsManager.getStatisticTypes()
|
| Methods in org.dozer.stats with parameters of type StatisticType | |
|---|---|
protected Statistic |
StatisticsManagerImpl.getStatistic(StatisticType statisticType)
|
Set<StatisticEntry> |
StatisticsManagerImpl.getStatisticEntries(StatisticType statisticType)
|
Set<StatisticEntry> |
StatisticsManager.getStatisticEntries(StatisticType statisticType)
|
long |
StatisticsManagerImpl.getStatisticValue(StatisticType statisticType)
|
long |
StatisticsManager.getStatisticValue(StatisticType statisticType)
|
long |
StatisticsManagerImpl.getStatisticValue(StatisticType statisticType,
Object entryKey)
|
long |
StatisticsManager.getStatisticValue(StatisticType statisticType,
Object entryKey)
|
Statistic |
StatisticsManagerImpl.increment(StatisticType statisticType)
|
Statistic |
StatisticsManager.increment(StatisticType statisticType)
|
Statistic |
StatisticsManagerImpl.increment(StatisticType statisticType,
long value)
|
Statistic |
StatisticsManager.increment(StatisticType statisticType,
long value)
|
Statistic |
StatisticsManagerImpl.increment(StatisticType statisticType,
Object statisticEntryKey)
|
Statistic |
StatisticsManager.increment(StatisticType statisticType,
Object statisticEntryKey)
|
protected Statistic |
StatisticsManagerImpl.increment(StatisticType statisticType,
Object statisticEntryKey,
long value)
|
| Constructors in org.dozer.stats with parameters of type StatisticType | |
|---|---|
Statistic(StatisticType type)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||