|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PollExecStrategy | |
---|---|
net.esper.eql.core | Contains EQL statement specification classes define the constructs that make up an EQL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. |
net.esper.eql.db | Database SQL polling views and caches |
Uses of PollExecStrategy in net.esper.eql.core |
---|
Classes in net.esper.eql.core that implement PollExecStrategy | |
---|---|
class |
MethodPollingExecStrategy
Viewable providing historical data from a database. |
Constructors in net.esper.eql.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 net.esper.eql.db |
---|
Classes in net.esper.eql.db that implement PollExecStrategy | |
---|---|
class |
PollExecStrategyDBQuery
Viewable providing historical data from a database. |
Constructors in net.esper.eql.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 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |