backtype.storm.topology.base
Class BaseBasicBolt

java.lang.Object
  extended by backtype.storm.topology.base.BaseComponent
      extended by backtype.storm.topology.base.BaseBasicBolt
All Implemented Interfaces:
IBasicBolt, IComponent, java.io.Serializable
Direct Known Subclasses:
IdentityBolt, PrepareRequest, TestConfBolt, TestWordCounter

public abstract class BaseBasicBolt
extends BaseComponent
implements IBasicBolt

See Also:
Serialized Form

Constructor Summary
BaseBasicBolt()
           
 
Method Summary
 void cleanup()
           
 void prepare(java.util.Map stormConf, TopologyContext context)
           
 
Methods inherited from class backtype.storm.topology.base.BaseComponent
getComponentConfiguration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface backtype.storm.topology.IBasicBolt
execute
 
Methods inherited from interface backtype.storm.topology.IComponent
declareOutputFields, getComponentConfiguration
 

Constructor Detail

BaseBasicBolt

public BaseBasicBolt()
Method Detail

prepare

public void prepare(java.util.Map stormConf,
                    TopologyContext context)
Specified by:
prepare in interface IBasicBolt

cleanup

public void cleanup()
Specified by:
cleanup in interface IBasicBolt