Package org.apache.storm.trident.state
Class BaseQueryFunction<S extends State,T> 
java.lang.Object
org.apache.storm.trident.operation.BaseOperation
org.apache.storm.trident.state.BaseQueryFunction<S,T> 
- All Implemented Interfaces:
- Serializable,- EachOperation,- Operation,- QueryFunction<S,- T> 
- Direct Known Subclasses:
- AbstractRedisStateQuerier,- JdbcQuery,- MapGet,- SnapshotGet,- TupleCollectionGet
public abstract class BaseQueryFunction<S extends State,T> 
extends BaseOperation
implements QueryFunction<S,T> 
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.storm.trident.operation.BaseOperationcleanup, prepareMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.storm.trident.state.QueryFunctionbatchRetrieve, execute
- 
Constructor Details- 
BaseQueryFunctionpublic BaseQueryFunction()
 
-