Uses of Class
org.apache.storm.metric.internal.MultiLatencyStat
-
Packages that use MultiLatencyStat Package Description org.apache.storm.stats -
-
Uses of MultiLatencyStat in org.apache.storm.stats
Methods in org.apache.storm.stats that return MultiLatencyStat Modifier and Type Method Description MultiLatencyStat
SpoutExecutorStats. getCompleteLatencies()
MultiLatencyStat
BoltExecutorStats. getExecuteLatencies()
MultiLatencyStat
BoltExecutorStats. getProcessLatencies()
Methods in org.apache.storm.stats with parameters of type MultiLatencyStat Modifier and Type Method Description protected Map<String,Map<String,Double>>
CommonStats. valueStat(MultiLatencyStat metric)
-