public abstract class BaseBasicBolt extends BaseComponent implements IBasicBolt
Constructor and Description |
---|
BaseBasicBolt() |
Modifier and Type | Method and Description |
---|---|
void |
cleanup() |
void |
prepare(Map stormConf,
TopologyContext context) |
getComponentConfiguration
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute
declareOutputFields, getComponentConfiguration
public void prepare(Map stormConf, TopologyContext context)
prepare
in interface IBasicBolt
public void cleanup()
cleanup
in interface IBasicBolt
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.