backtype.storm.topology.base
Class BaseBatchBolt<T>

java.lang.Object
  extended by backtype.storm.topology.base.BaseComponent
      extended by backtype.storm.topology.base.BaseBatchBolt<T>
All Implemented Interfaces:
IBatchBolt<T>, IComponent, java.io.Serializable
Direct Known Subclasses:
BaseTransactionalBolt, CountingBatchBolt, KeyedCountingBatchBolt, KeyedSummingBatchBolt

public abstract class BaseBatchBolt<T>
extends BaseComponent
implements IBatchBolt<T>

See Also:
Serialized Form

Constructor Summary
BaseBatchBolt()
           
 
Method Summary
 
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.coordination.IBatchBolt
execute, finishBatch, prepare
 
Methods inherited from interface backtype.storm.topology.IComponent
declareOutputFields, getComponentConfiguration
 

Constructor Detail

BaseBatchBolt

public BaseBatchBolt()