public abstract class BaseBasicBolt extends BaseComponent implements IBasicBolt
Constructor and Description |
---|
BaseBasicBolt() |
Modifier and Type | Method and Description |
---|---|
void |
cleanup() |
void |
prepare(java.util.Map stormConf,
TopologyContext context) |
getComponentConfiguration
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute
declareOutputFields, getComponentConfiguration
public void prepare(java.util.Map stormConf, TopologyContext context)
prepare
in interface IBasicBolt
public void cleanup()
cleanup
in interface IBasicBolt