storm.trident.state
Class BaseStateUpdater<S extends State>

java.lang.Object
  extended by storm.trident.operation.BaseOperation
      extended by storm.trident.state.BaseStateUpdater<S>
All Implemented Interfaces:
java.io.Serializable, Operation, StateUpdater<S>

public abstract class BaseStateUpdater<S extends State>
extends BaseOperation
implements StateUpdater<S>

See Also:
Serialized Form

Constructor Summary
BaseStateUpdater()
           
 
Method Summary
 
Methods inherited from class storm.trident.operation.BaseOperation
cleanup, prepare
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface storm.trident.state.StateUpdater
updateState
 
Methods inherited from interface storm.trident.operation.Operation
cleanup, prepare
 

Constructor Detail

BaseStateUpdater

public BaseStateUpdater()