| Class | Description |
|---|---|
| MultiSpoutTopology |
This is a basic example of a Storm topology.
|
| MultiSpoutTopology.ExclamationBolt | |
| MultiSpoutTopology.TestWordSpout | |
| SentenceWordCountTopology | |
| SentenceWordCountTopology.FastRandomSentenceSpout |
A spout that emits a random word
|
| SentenceWordCountTopology.SplitSentence | |
| SentenceWordCountTopology.WordCount | |
| WordCountTopology |
This is a topology that does simple word counts.
|
| WordCountTopology.ConsumerBolt |
A bolt that counts the words that it receives
|
| WordCountTopology.WordSpout |
A spout that emits a random word
|