java.io.File |
ProfileStatisticMBean.dumpStatistic() |
Dump statistic.
|
void |
ProfileStatisticMBean.dumpStatistic(java.lang.String filename) |
This operation dumps the statistic to the given file.
|
double |
ProfileStatisticMBean.getMaxAvg() |
Gets the max avg.
|
java.lang.String |
ProfileStatisticMBean.getMaxAvgLabel() |
Gets the max avg label.
|
java.lang.String |
ProfileStatisticMBean.getMaxAvgStatistic() |
Gets the max avg statistic.
|
int |
ProfileStatisticMBean.getMaxHits() |
Gets the max hits.
|
java.lang.String |
ProfileStatisticMBean.getMaxHitsLabel() |
Gets the max hits label.
|
java.lang.String |
ProfileStatisticMBean.getMaxHitsStatistic() |
Gets the max hits statistic.
|
double |
ProfileStatisticMBean.getMaxMax() |
Gets the max max.
|
java.lang.String |
ProfileStatisticMBean.getMaxMaxLabel() |
Gets the max max label.
|
java.lang.String |
ProfileStatisticMBean.getMaxMaxStatistic() |
Gets the max max statistic.
|
int |
ProfileStatisticMBean.getMaxSize() |
Gets the max size.
|
double |
ProfileStatisticMBean.getMaxTotal() |
Gets the max total.
|
java.lang.String |
ProfileStatisticMBean.getMaxTotalLabel() |
Gets the max total label.
|
java.lang.String |
ProfileStatisticMBean.getMaxTotalStatistic() |
Gets the max total statistic.
|
javax.management.openmbean.TabularData |
ProfileStatisticMBean.getStatistics() |
Gets the statistics.
|
void |
ProfileStatisticMBean.logStatistic() |
Log statistic.
|
void |
ProfileStatisticMBean.reset() |
Reset.
|
void |
ProfileStatisticMBean.setMaxSize(int size) |
Sets the maximal size of statistic entries.
|