Package org.apache.storm.topology.base
Class BaseComponent
java.lang.Object
org.apache.storm.topology.base.BaseComponent
- All Implemented Interfaces:
- Serializable,- IComponent
- Direct Known Subclasses:
- BaseBasicBolt,- BaseBatchBolt,- BaseRichBolt,- BaseRichSpout
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionDeclare configuration specific to this component.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.storm.topology.IComponentdeclareOutputFields
- 
Constructor Details- 
BaseComponentpublic BaseComponent()
 
- 
- 
Method Details- 
getComponentConfigurationDescription copied from interface:IComponentDeclare configuration specific to this component. Only a subset of the "topology.*" configs can be overridden. The component configuration can be further overridden when constructing the topology usingTopologyBuilder- Specified by:
- getComponentConfigurationin interface- IComponent
 
 
-