Package | Description |
---|---|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
Modifier and Type | Class and Description |
---|---|
class |
ResultDeliveryStrategyImpl
A result delivery strategy that uses a matching "update" method and
optional start, end, and updateRStream methods, to deliver column-wise to parameters
of the update method.
|
class |
ResultDeliveryStrategyMap
A result delivery strategy that uses an "update" method that accepts a pair of map array.
|
class |
ResultDeliveryStrategyMapWStmt |
class |
ResultDeliveryStrategyObjectArr
A result delivery strategy that uses an "update" method that accepts a pair of object array array.
|
class |
ResultDeliveryStrategyObjectArrWStmt
A result delivery strategy that uses an "update" method that accepts a pair of object array array.
|
class |
ResultDeliveryStrategyTypeArr
A result delivery strategy that uses an "update" method that accepts a underlying array
for use in wildcard selection.
|
class |
ResultDeliveryStrategyTypeArrWStmt |
Modifier and Type | Method and Description |
---|---|
static ResultDeliveryStrategy |
ResultDeliveryStrategyFactory.create(EPStatement statement,
Object subscriber,
String methodName,
Class[] selectClauseTypes,
String[] selectClauseColumns,
String engineURI,
EngineImportService engineImportService)
Creates a strategy implementation that indicates to subscribers
the statement results based on the select-clause columns.
|