Package org.apache.storm.topology.base
Class BaseBasicBolt
java.lang.Object
org.apache.storm.topology.base.BaseComponent
org.apache.storm.topology.base.BaseBasicBolt
- All Implemented Interfaces:
- Serializable,- IBasicBolt,- IComponent
- Direct Known Subclasses:
- AbstractRankerBolt,- AnchoredWordCount.SplitSentence,- AnchoredWordCount.WordCount,- BasicDRPCTopology.ExclaimBolt,- BlobStoreAPIWordCountTopology.FilterWords,- CountBolt,- FastWordCountTopology.SplitSentence,- FastWordCountTopology.WordCount,- IdentityBolt,- InOrderDeliveryTest.Check,- LambdaBiConsumerBolt,- LambdaConsumerBolt,- LogInfoBolt,- ManualDRPC.ExclamationBolt,- PrepareBatchBolt,- PrepareRequest,- PrinterBolt,- ReachTopology.GetFollowers,- ReachTopology.GetTweeters,- SplitSentenceBolt,- StatefulTopology.PrinterBolt,- TestConfBolt,- TestPrintBolt,- TestWordCounter,- ThroughputVsLatency.SplitSentence,- ThroughputVsLatency.WordCount,- WordCountBolt,- WordCounter,- WordCountTopologyNode.WordCount
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.storm.topology.base.BaseComponentgetComponentConfigurationMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.storm.topology.IBasicBoltexecuteMethods inherited from interface org.apache.storm.topology.IComponentdeclareOutputFields, getComponentConfiguration
- 
Constructor Details- 
BaseBasicBoltpublic BaseBasicBolt()
 
- 
- 
Method Details- 
prepare- Specified by:
- preparein interface- IBasicBolt
 
- 
cleanuppublic void cleanup()- Specified by:
- cleanupin interface- IBasicBolt
 
 
-