Class SpringStat
- java.lang.Object
-
- com.alibaba.druid.support.spring.stat.SpringStat
-
public class SpringStat extends Object
-
-
Constructor Summary
Constructors Constructor Description SpringStat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SpringMethodStatgetMethodStat(SpringMethodInfo methodInfo, boolean create)Map<String,Object>getMethodStatData(String clazz, String method)List<Map<String,Object>>getMethodStatDataList()List<SpringMethodStatValue>getStatList(boolean reset)voidreset()
-
-
-
Method Detail
-
reset
public void reset()
-
getMethodStat
public SpringMethodStat getMethodStat(SpringMethodInfo methodInfo, boolean create)
-
getStatList
public List<SpringMethodStatValue> getStatList(boolean reset)
-
-