Package | Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
MethodPollingExecStrategyBase
Viewable providing historical data from a database.
|
class |
MethodPollingExecStrategyBaseArray |
class |
MethodPollingExecStrategyMapArray |
class |
MethodPollingExecStrategyMapPlain |
class |
MethodPollingExecStrategyOAArray |
class |
MethodPollingExecStrategyOAPlain |
class |
MethodPollingExecStrategyPOJOArray |
class |
MethodPollingExecStrategyPOJOPlain |
Constructor and Description |
---|
MethodPollingViewable(MethodStreamSpec methodStreamSpec,
int myStreamNumber,
java.util.List<ExprNode> inputParameters,
PollExecStrategy pollExecStrategy,
DataCache dataCache,
EventType eventType,
ExprEvaluatorContext exprEvaluatorContext)
Ctor.
|
Modifier and Type | Class and Description |
---|---|
class |
PollExecStrategyDBQuery
Viewable providing historical data from a database.
|
Constructor and Description |
---|
DatabasePollingViewable(int myStreamNumber,
java.util.List<java.lang.String> inputParameters,
PollExecStrategy pollExecStrategy,
DataCache dataCache,
EventType eventType)
Ctor.
|