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 MethodPollingExecStrategy
          Viewable providing historical data from a database.
 

Constructors in com.espertech.esper.epl.core with parameters of type PollExecStrategy
MethodPollingViewable(MethodStreamSpec methodStreamSpec, int myStreamNumber, List<ExprNode> inputParameters, PollExecStrategy pollExecStrategy, DataCache dataCache, EventType eventType)
          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, List<String> inputParameters, PollExecStrategy pollExecStrategy, DataCache dataCache, EventType eventType)
          Ctor.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com