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

java.lang.Object
  extended by backtype.storm.topology.base.BaseComponent
      extended by backtype.storm.topology.base.BaseTransactionalSpout<T>
All Implemented Interfaces:
IComponent, ITransactionalSpout<T>, java.io.Serializable

public abstract class BaseTransactionalSpout<T>
extends BaseComponent
implements ITransactionalSpout<T>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface backtype.storm.transactional.ITransactionalSpout
ITransactionalSpout.Coordinator<X>, ITransactionalSpout.Emitter<X>
 
Constructor Summary
BaseTransactionalSpout()
           
 
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.transactional.ITransactionalSpout
getCoordinator, getEmitter
 
Methods inherited from interface backtype.storm.topology.IComponent
declareOutputFields, getComponentConfiguration
 

Constructor Detail

BaseTransactionalSpout

public BaseTransactionalSpout()