Package org.apache.heron.api.bolt
Class BaseBasicBolt
- java.lang.Object
-
- org.apache.heron.api.topology.BaseComponent
-
- org.apache.heron.api.bolt.BaseBasicBolt
-
- All Implemented Interfaces:
Serializable
,IBasicBolt
,IComponent
public abstract class BaseBasicBolt extends BaseComponent implements IBasicBolt
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BaseBasicBolt()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cleanup()
void
prepare(Map<String,Object> heronConf, TopologyContext context)
-
Methods inherited from class org.apache.heron.api.topology.BaseComponent
getComponentConfiguration
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.heron.api.bolt.IBasicBolt
execute
-
Methods inherited from interface org.apache.heron.api.topology.IComponent
declareOutputFields, getComponentConfiguration
-
-
-
-
Method Detail
-
prepare
public void prepare(Map<String,Object> heronConf, TopologyContext context)
- Specified by:
prepare
in interfaceIBasicBolt
-
cleanup
public void cleanup()
- Specified by:
cleanup
in interfaceIBasicBolt
-
-