backtype.storm.topology.base
Class BaseComponent
java.lang.Object
backtype.storm.topology.base.BaseComponent
- All Implemented Interfaces:
- IComponent, Serializable
- Direct Known Subclasses:
- BaseBasicBolt, BaseBatchBolt, BaseOpaquePartitionedTransactionalSpout, BasePartitionedTransactionalSpout, BaseRichBolt, BaseRichSpout, BaseTransactionalSpout
public abstract class BaseComponent
- extends Object
- implements IComponent
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseComponent
public BaseComponent()
getComponentConfiguration
public Map<String,Object> 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 using
TopologyBuilder
- Specified by:
getComponentConfiguration in interface IComponent
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.