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
public abstract class BaseBatchBolt<T> extends BaseComponent implements IBatchBolt<T>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BaseBatchBolt()
-
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
-
-