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 clazzfish.jdbc.AbstractStatisticMBean
getMaxAvg, getMaxAvgLabel, getMaxAvgStatistic, getMaxHits, getMaxHitsLabel, getMaxHitsStatistic, getMaxMax, getMaxMaxLabel, getMaxMaxStatistic, getMaxSize, getMaxTotal, getMaxTotalLabel, getMaxTotalStatistic, getStatistics, reset, setMaxSize
-
Method Details
-
getExportURI
-