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 |
MethodPollingExecStrategyBaseCollection |
class |
MethodPollingExecStrategyBaseIterator |
class |
MethodPollingExecStrategyEventBeans |
class |
MethodPollingExecStrategyMapArray |
class |
MethodPollingExecStrategyMapCollection |
class |
MethodPollingExecStrategyMapIterator |
class |
MethodPollingExecStrategyMapPlain |
class |
MethodPollingExecStrategyOAArray |
class |
MethodPollingExecStrategyOACollection |
class |
MethodPollingExecStrategyOAIterator |
class |
MethodPollingExecStrategyOAPlain |
class |
MethodPollingExecStrategyPOJOArray |
class |
MethodPollingExecStrategyPOJOCollection |
class |
MethodPollingExecStrategyPOJOIterator |
class |
MethodPollingExecStrategyPOJOPlain |
class |
MethodPollingExecStrategyScript |
Modifier and Type | Class and Description |
---|---|
class |
PollExecStrategyDBQuery
Viewable providing historical data from a database.
|
Constructor and Description |
---|
DatabasePollingViewable(int myStreamNumber,
List<String> inputParameters,
PollExecStrategy pollExecStrategy,
DataCache dataCache,
EventType eventType)
Ctor.
|