Interface SqlStatisticMBean
- All Superinterfaces:
AbstractStatisticMBean
- All Known Implementing Classes:
SqlStatistic
@Description("SQL statistic for different SQL statements")
public interface SqlStatisticMBean
extends AbstractStatisticMBean
The Interface SqlStatisticMBean.
- Since:
- 0.9
- Author:
- oliver
-
Method Summary
Modifier and TypeMethodDescriptionReturns the URI where the statistic should be exported to.Methods inherited from interface AbstractStatisticMBean
getMaxAvg, getMaxAvgLabel, getMaxAvgStatistic, getMaxHits, getMaxHitsLabel, getMaxHitsStatistic, getMaxMax, getMaxMaxLabel, getMaxMaxStatistic, getMaxSize, getMaxTotal, getMaxTotalLabel, getMaxTotalStatistic, getStatistics, reset, setMaxSizeModifier and TypeMethodDescriptiondoubleGets the max avg.Gets the max avg label.Gets the max avg statistic.intGets the max hits.Gets the max hits label.Gets the max hits statistic.doubleGets the max max.Gets the max max label.Gets the max max statistic.intGets the max size.doubleGets the max total.Gets the max total label.Gets the max total statistic.Gets the statistics.voidreset()Reset.voidsetMaxSize(int size) Sets the maximal size of statistic entries.
-
Method Details
-
getExportURI
-