Uses of Class
ru.funsys.avalanche.managment.MethodStatistic
-
Packages that use MethodStatistic Package Description ru.funsys.avalanche ru.funsys.avalanche.managment -
-
Uses of MethodStatistic in ru.funsys.avalanche
Methods in ru.funsys.avalanche that return MethodStatistic Modifier and Type Method Description MethodStatistic
Avalanche. s(Object object, Method method, Long timestamp)
Methods in ru.funsys.avalanche with parameters of type MethodStatistic Modifier and Type Method Description void
Avalanche. s(MethodStatistic statistic, Long timestamp, long value)
void
Avalanche. s(MethodStatistic statistic, Long timestamp, Throwable throwable)
-
Uses of MethodStatistic in ru.funsys.avalanche.managment
Methods in ru.funsys.avalanche.managment that return MethodStatistic Modifier and Type Method Description MethodStatistic
FunctionStatistic. getMethodStatistic(String methodName, Class<?>[] types, MBeanServer mbeanServer)
Methods in ru.funsys.avalanche.managment with parameters of type MethodStatistic Modifier and Type Method Description void
FunctionStatistic. notification(MethodStatistic methodStatistic, long value)
-