Package org.apache.storm.perf
Class ConstSpoutOnlyTopo
java.lang.Object
org.apache.storm.perf.ConstSpoutOnlyTopo
This topo helps measure how fast a spout can produce data (so no bolts are attached).
 
Spout generates a stream of a fixed string.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
TOPOLOGY_NAME- See Also:
 
- 
SPOUT_ID- See Also:
 
 
- 
- 
Constructor Details- 
ConstSpoutOnlyTopopublic ConstSpoutOnlyTopo()
 
- 
- 
Method Details- 
mainConstSpout only topology (No bolts).- Throws:
- Exception
 
 
-