Package | Description |
---|---|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
Modifier and Type | Class and Description |
---|---|
class |
DeliveryConvertorMap
Converts column results into a Map of key-value pairs.
|
class |
DeliveryConvertorMapWStatement |
class |
DeliveryConvertorNull
Implementation that does not convert columns.
|
class |
DeliveryConvertorNullWStatement
Implementation that does not convert columns.
|
class |
DeliveryConvertorObjectArr
Implementation of a convertor for column results that renders the result as an object array itself.
|
class |
DeliveryConvertorObjectArrWStatement
Implementation of a convertor for column results that renders the result as an object array itself.
|
class |
DeliveryConvertorWidener
Implementation of a convertor for column results that renders the result as an object array itself.
|
class |
DeliveryConvertorWidenerWStatement
Implementation of a convertor for column results that renders the result as an object array itself.
|
Constructor and Description |
---|
ResultDeliveryStrategyImpl(EPStatement statement,
Object subscriber,
DeliveryConvertor deliveryConvertor,
Method method,
Method startMethod,
Method endMethod,
Method rStreamMethod,
EngineImportService engineImportService)
Ctor.
|