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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeclare configuration specific to this component.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.storm.topology.IComponent
declareOutputFields
-
Constructor Details
-
BaseComponent
public BaseComponent()
-
-
Method Details
-
getComponentConfiguration
Description copied from interface:IComponent
Declare 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:
getComponentConfiguration
in interfaceIComponent
-