Package org.apache.storm.loadgen
Class ThroughputVsLatency
- java.lang.Object
-
- org.apache.storm.loadgen.ThroughputVsLatency
-
public class ThroughputVsLatency extends Object
WordCount but the spout goes at a predefined rate and we collect proper latency statistics.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ThroughputVsLatency.FastRandomSentenceSpout
static class
ThroughputVsLatency.SplitSentence
static class
ThroughputVsLatency.WordCount
-
Constructor Summary
Constructors Constructor Description ThroughputVsLatency()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
The main entry point for ThroughputVsLatency.
-