backtype.storm.topology.base
Class BaseBasicBolt
java.lang.Object
backtype.storm.topology.base.BaseComponent
backtype.storm.topology.base.BaseBasicBolt
- All Implemented Interfaces:
- IBasicBolt, IComponent, Serializable
- Direct Known Subclasses:
- BatchProcessWord, BatchRepeatA, IdentityBolt, PrepareBatchBolt, PrepareRequest, TestConfBolt, TestWordCounter
public abstract class BaseBasicBolt
- extends BaseComponent
- implements IBasicBolt
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseBasicBolt
public BaseBasicBolt()
prepare
public void prepare(Map stormConf,
TopologyContext context)
- Specified by:
prepare in interface IBasicBolt
cleanup
public void cleanup()
- Specified by:
cleanup in interface IBasicBolt
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.