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 SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.storm.topology.base.BaseComponentgetComponentConfigurationMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.storm.coordination.IBatchBoltexecute, finishBatch, prepareMethods inherited from interface org.apache.storm.topology.IComponentdeclareOutputFields, getComponentConfiguration
- 
Constructor Details- 
BaseBatchBoltpublic BaseBatchBolt()
 
-