Package org.apache.storm.starter
Class ExclamationTopology
- java.lang.Object
-
- org.apache.storm.topology.ConfigurableTopology
-
- org.apache.storm.starter.ExclamationTopology
-
public class ExclamationTopology extends ConfigurableTopology
This is a basic example of a Storm topology.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExclamationTopology.ExclamationBolt
-
Field Summary
-
Fields inherited from class org.apache.storm.topology.ConfigurableTopology
conf
-
-
Constructor Summary
Constructors Constructor Description ExclamationTopology()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
protected int
run(String[] args)
-