Uses of Interface
com.espertech.esper.epl.db.PollExecStrategy

Packages that use PollExecStrategy
com.espertech.esper.epl.core Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
com.espertech.esper.epl.db Database SQL polling views and caches 
 

Uses of PollExecStrategy in com.espertech.esper.epl.core
 

Classes in com.espertech.esper.epl.core that implement PollExecStrategy
 class MethodPollingExecStrategyBase
          Viewable providing historical data from a database.
 class MethodPollingExecStrategyBaseArray
           
 class MethodPollingExecStrategyBaseCollection
           
 class MethodPollingExecStrategyBaseIterator
           
 class MethodPollingExecStrategyMapArray
           
 class MethodPollingExecStrategyMapCollection
           
 class MethodPollingExecStrategyMapIterator
           
 class MethodPollingExecStrategyMapPlain
           
 class MethodPollingExecStrategyOAArray
           
 class MethodPollingExecStrategyOACollection
           
 class MethodPollingExecStrategyOAIterator
           
 class MethodPollingExecStrategyOAPlain
           
 class MethodPollingExecStrategyPOJOArray
           
 class MethodPollingExecStrategyPOJOCollection
           
 class MethodPollingExecStrategyPOJOIterator
           
 class MethodPollingExecStrategyPOJOPlain
           
 

Constructors in com.espertech.esper.epl.core with parameters of type PollExecStrategy
MethodPollingViewable(boolean isStaticMethod, java.lang.Class methodProviderClass, MethodStreamSpec methodStreamSpec, int myStreamNumber, java.util.List<ExprNode> inputParameters, PollExecStrategy pollExecStrategy, DataCache dataCache, EventType eventType, ExprEvaluatorContext exprEvaluatorContext)
          Ctor.
 

Uses of PollExecStrategy in com.espertech.esper.epl.db
 

Classes in com.espertech.esper.epl.db that implement PollExecStrategy
 class PollExecStrategyDBQuery
          Viewable providing historical data from a database.
 

Constructors in com.espertech.esper.epl.db with parameters of type PollExecStrategy
DatabasePollingViewable(int myStreamNumber, java.util.List<java.lang.String> inputParameters, PollExecStrategy pollExecStrategy, DataCache dataCache, EventType eventType)
          Ctor.
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com