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

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

public class SpringStatUtils
extends Object


构造方法摘要
SpringStatUtils()
           
 
方法摘要
static Map<String,Object> getMethodStatData(Object methodStat, String clazz, String methodSignature)
           
static List<Map<String,Object>> getMethodStatDataList(Object methodStat)
           
static void reset(Object webStat)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

SpringStatUtils

public SpringStatUtils()
方法详细信息

getMethodStatDataList

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

getMethodStatData

public static Map<String,Object> getMethodStatData(Object methodStat,
                                                   String clazz,
                                                   String methodSignature)

reset

public static void reset(Object webStat)


Copyright © 2013 Alibaba Group. All Rights Reserved.