Package org.apache.storm.perf
Class ThroughputMeter
- java.lang.Object
-
- org.apache.storm.perf.ThroughputMeter
-
public class ThroughputMeter extends Object
-
-
Constructor Summary
Constructors Constructor Description ThroughputMeter(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getCurrentThroughput()
String
getName()
void
record()
double
stop()
-