storm.trident.state
Class BaseQueryFunction<S extends State,T>

java.lang.Object
  extended by storm.trident.operation.BaseOperation
      extended by storm.trident.state.BaseQueryFunction<S,T>
All Implemented Interfaces:
java.io.Serializable, EachOperation, Operation, QueryFunction<S,T>
Direct Known Subclasses:
MapGet, SnapshotGet

public abstract class BaseQueryFunction<S extends State,T>
extends BaseOperation
implements QueryFunction<S,T>

See Also:
Serialized Form

Constructor Summary
BaseQueryFunction()
           
 
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.QueryFunction
batchRetrieve, execute
 
Methods inherited from interface storm.trident.operation.Operation
cleanup, prepare
 

Constructor Detail

BaseQueryFunction

public BaseQueryFunction()