com.alibaba.druid.support.spring.stat
类 SpringStat

java.lang.Object
  继承者 com.alibaba.druid.support.spring.stat.SpringStat

public class SpringStat
extends Object


构造方法摘要
SpringStat()
           
 
方法摘要
 SpringMethodStat getMethodStat(SpringMethodInfo methodInfo, boolean create)
           
 Map<String,Object> getMethodStatData(String clazz, String method)
           
 List<Map<String,Object>> getMethodStatDataList()
           
 List<SpringMethodStatValue> getStatList(boolean reset)
           
 void reset()
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

SpringStat

public SpringStat()
方法详细信息

reset

public void reset()

getMethodStat

public SpringMethodStat getMethodStat(SpringMethodInfo methodInfo,
                                      boolean create)

getStatList

public List<SpringMethodStatValue> getStatList(boolean reset)

getMethodStatDataList

public List<Map<String,Object>> getMethodStatDataList()

getMethodStatData

public Map<String,Object> getMethodStatData(String clazz,
                                            String method)


Copyright © 2013-2014 Alibaba Group. All Rights Reserved.