Interface AbstractStatisticMBean
- All Known Subinterfaces:
SqlStatisticMBean
- All Known Implementing Classes:
AbstractStatistic
,SqlStatistic
The Interface AbstractStatisticMBean.
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Gets the max avg.Gets the max avg label.Gets the max avg statistic.int
Gets the max hits.Gets the max hits label.Gets the max hits statistic.double
Gets the max max.Gets the max max label.Gets the max max statistic.int
Gets the max size.double
Gets the max total.Gets the max total label.Gets the max total statistic.Gets the statistics.void
reset()
Reset.void
setMaxSize
(int size) Sets the maximal size of statistic entries.
-
Method Details
-
reset
Reset. -
getMaxHits
Gets the max hits.- Returns:
- the max hits
-
getMaxHitsLabel
Gets the max hits label.- Returns:
- the max hits label
-
getMaxHitsStatistic
Gets the max hits statistic.- Returns:
- the max hits statistic
-
getMaxTotal
Gets the max total.- Returns:
- the max total
-
getMaxTotalLabel
Gets the max total label.- Returns:
- the max total label
-
getMaxTotalStatistic
Gets the max total statistic.- Returns:
- the max total statistic
-
getMaxAvg
Gets the max avg.- Returns:
- the max avg
-
getMaxAvgLabel
Gets the max avg label.- Returns:
- the max avg label
-
getMaxAvgStatistic
Gets the max avg statistic.- Returns:
- the max avg statistic
-
getMaxMax
Gets the max max.- Returns:
- the max max
-
getMaxMaxLabel
@Description("the name of the method with the maximal time of a single run") String getMaxMaxLabel()Gets the max max label.- Returns:
- the max max label
-
getMaxMaxStatistic
@Description("statistic of the method with the maximal time of a single run") String getMaxMaxStatistic()Gets the max max statistic.- Returns:
- the max max statistic
-
setMaxSize
Sets the maximal size of statistic entries.- Parameters:
size
- the new max size- Since:
- 1.6
-
getMaxSize
Gets the max size.- Returns:
- the max size
- Since:
- 1.6
-
getStatistics
Gets the statistics.- Returns:
- the statistics
-