Uses of Class
org.apache.storm.metric.internal.MultiCountStat
-
Packages that use MultiCountStat Package Description org.apache.storm.stats -
-
Uses of MultiCountStat in org.apache.storm.stats
Methods in org.apache.storm.stats that return MultiCountStat Modifier and Type Method Description MultiCountStat
CommonStats. getAcked()
MultiCountStat
CommonStats. getEmitted()
MultiCountStat
BoltExecutorStats. getExecuted()
MultiCountStat
CommonStats. getFailed()
MultiCountStat
CommonStats. getTransferred()
Methods in org.apache.storm.stats with parameters of type MultiCountStat Modifier and Type Method Description protected Map<String,Map<String,Long>>
CommonStats. valueStat(MultiCountStat metric)
-