Package | Description |
---|---|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
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.named |
Named window classes are in this package
|
com.espertech.esper.util |
Utility classes that center around Java type handling, printing, reflection, debugging
|
Modifier and Type | Method and Description |
---|---|
TypeWidener[] |
InternalEventRouterEntry.getWideners()
Returns the type wideners to use or null if none required.
|
TypeWidener[] |
InternalEventRouterDesc.getWideners() |
Constructor and Description |
---|
DeliveryConvertorWidener(TypeWidener[] wideners) |
InternalEventRouterDesc(UpdateDesc updateDesc,
EventBeanCopyMethod copyMethod,
TypeWidener[] wideners,
EventType eventType,
java.lang.annotation.Annotation[] annotations) |
InternalEventRouterEntry(int priority,
boolean drop,
ExprNode optionalWhereClause,
ExprNode[] assignments,
EventBeanWriter writer,
TypeWidener[] wideners,
InternalRoutePreprocessView outputView,
StatementAgentInstanceLock agentInstanceLock,
boolean hasSubselect)
Ctor.
|
Constructor and Description |
---|
SelectExprInsertNativeWidening(EventType eventType,
EventBeanManufacturer eventManufacturer,
ExprEvaluator[] exprEvaluators,
TypeWidener[] wideners) |
Modifier and Type | Method and Description |
---|---|
TypeWidener |
NamedWindowUpdateItem.getOptionalWidener() |
Constructor and Description |
---|
NamedWindowUpdateItem(ExprEvaluator expression,
java.lang.String optinalPropertyName,
EventPropertyWriter optionalWriter,
boolean notNullableField,
TypeWidener optionalWidener) |
Modifier and Type | Class and Description |
---|---|
class |
TypeWidenerBoxedNumeric
Widerner that coerces to a widened boxed number.
|
class |
TypeWidenerStringToCharCoercer
Type widner that coerces from String to char if required.
|
Modifier and Type | Method and Description |
---|---|
static TypeWidener |
TypeWidenerFactory.getCheckPropertyAssignType(java.lang.String columnName,
java.lang.Class columnType,
java.lang.Class writeablePropertyType,
java.lang.String writeablePropertyName)
Returns the widener.
|