stream.storm
Class ProcessBolt
java.lang.Object
backtype.storm.topology.base.BaseComponent
backtype.storm.topology.base.BaseRichBolt
stream.storm.AbstractBolt
stream.storm.ProcessBolt
- All Implemented Interfaces:
- backtype.storm.task.IBolt, backtype.storm.topology.IComponent, backtype.storm.topology.IRichBolt, Serializable
- Direct Known Subclasses:
- MonitorBolt
public class ProcessBolt
- extends AbstractBolt
- Author:
- chris
- See Also:
- Serialized Form
|
Method Summary |
void |
execute(backtype.storm.tuple.Tuple input)
|
void |
prepare(Map stormConf,
backtype.storm.task.TopologyContext context,
backtype.storm.task.OutputCollector collector)
|
| Methods inherited from class backtype.storm.topology.base.BaseRichBolt |
cleanup |
| Methods inherited from class backtype.storm.topology.base.BaseComponent |
getComponentConfiguration |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface backtype.storm.topology.IComponent |
getComponentConfiguration |
ProcessBolt
public ProcessBolt(String xmlConfig,
String uuid)
prepare
public void prepare(Map stormConf,
backtype.storm.task.TopologyContext context,
backtype.storm.task.OutputCollector collector)
- See Also:
IBolt.prepare(java.util.Map,
backtype.storm.task.TopologyContext,
backtype.storm.task.OutputCollector)
execute
public void execute(backtype.storm.tuple.Tuple input)
- See Also:
IBolt.execute(backtype.storm.tuple.Tuple)
Copyright © 2012. All Rights Reserved.