com.alibaba.druid.filter.stat
类 StatFilterContextListenerAdapter
java.lang.Object
com.alibaba.druid.filter.stat.StatFilterContextListenerAdapter
- 所有已实现的接口:
- StatFilterContextListener
- 直接已知子类:
- AbstractWebStatImpl.WebStatFilterContextListener
public class StatFilterContextListenerAdapter
- extends Object
- implements StatFilterContextListener
StatFilterContextListenerAdapter
public StatFilterContextListenerAdapter()
addUpdateCount
public void addUpdateCount(int updateCount)
- 指定者:
- 接口
StatFilterContextListener 中的 addUpdateCount
addFetchRowCount
public void addFetchRowCount(int fetchRowCount)
- 指定者:
- 接口
StatFilterContextListener 中的 addFetchRowCount
executeBefore
public void executeBefore(String sql,
boolean inTransaction)
- 指定者:
- 接口
StatFilterContextListener 中的 executeBefore
executeAfter
public void executeAfter(String sql,
long nanoSpan,
Throwable error)
- 指定者:
- 接口
StatFilterContextListener 中的 executeAfter
commit
public void commit()
- 指定者:
- 接口
StatFilterContextListener 中的 commit
rollback
public void rollback()
- 指定者:
- 接口
StatFilterContextListener 中的 rollback
pool_connect
public void pool_connect()
- 指定者:
- 接口
StatFilterContextListener 中的 pool_connect
pool_close
public void pool_close(long nanos)
- 指定者:
- 接口
StatFilterContextListener 中的 pool_close
physical_connection_connect
public void physical_connection_connect()
- 指定者:
- 接口
StatFilterContextListener 中的 physical_connection_connect
physical_connection_close
public void physical_connection_close(long nanos)
- 指定者:
- 接口
StatFilterContextListener 中的 physical_connection_close
resultSet_open
public void resultSet_open()
- 指定者:
- 接口
StatFilterContextListener 中的 resultSet_open
resultSet_close
public void resultSet_close(long nanos)
- 指定者:
- 接口
StatFilterContextListener 中的 resultSet_close
clob_open
public void clob_open()
- 指定者:
- 接口
StatFilterContextListener 中的 clob_open
blob_open
public void blob_open()
- 指定者:
- 接口
StatFilterContextListener 中的 blob_open
Copyright © 2013-2014 Alibaba Group. All Rights Reserved.