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