public abstract class BaseBasicBolt extends BaseComponent implements IBasicBolt
Constructor and Description |
---|
BaseBasicBolt() |
Modifier and Type | Method and Description |
---|---|
void |
cleanup() |
void |
prepare(Map<String,Object> topoConf,
TopologyContext context) |
getComponentConfiguration
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute
declareOutputFields, getComponentConfiguration
public void prepare(Map<String,Object> topoConf, TopologyContext context)
prepare
in interface IBasicBolt
public void cleanup()
cleanup
in interface IBasicBolt
Copyright © 2022 The Apache Software Foundation. All rights reserved.