Package com.alibaba.druid.filter.stat
Interface StatFilterMBean
-
- All Known Implementing Classes:
MergeStatFilter,StatFilter
public interface StatFilterMBean- Author:
- wenshao [szujobs@hotmail.com]
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetSlowSqlMillis()booleanisLogSlowSql()booleanisMergeSql()StringmergeSql(String sql, String dbType)voidsetLogSlowSql(boolean logSlowSql)voidsetMergeSql(boolean mergeSql)voidsetSlowSqlMillis(long slowSqlMillis)
-