Package org.apache.storm.topology.base
Class BaseBatchBolt<T>
java.lang.Object
org.apache.storm.topology.base.BaseComponent
org.apache.storm.topology.base.BaseBatchBolt<T>
- All Implemented Interfaces:
Serializable
,IBatchBolt<T>
,IComponent
- Direct Known Subclasses:
ReachTopology.CountAggregator
,ReachTopology.PartialUniquer
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.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 org.apache.storm.coordination.IBatchBolt
execute, finishBatch, prepare
Methods inherited from interface org.apache.storm.topology.IComponent
declareOutputFields, getComponentConfiguration
-
Constructor Details
-
BaseBatchBolt
public BaseBatchBolt()
-