backtype.storm.topology.base
Class BaseTransactionalBolt

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

public abstract class BaseTransactionalBolt
extends BaseBatchBolt<TransactionAttempt>

See Also:
Serialized Form

Constructor Summary
BaseTransactionalBolt()
           
 
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

BaseTransactionalBolt

public BaseTransactionalBolt()