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
 
 public abstract class BaseComponent extends Object implements IComponent - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description BaseComponent()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getComponentConfiguration()Declare configuration specific to this component.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.storm.topology.IComponentdeclareOutputFields
 
- 
 
- 
- 
- 
Method Detail- 
getComponentConfigurationpublic Map<String,Object> getComponentConfiguration() Description 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
 
 
- 
 
-