Package | Description |
---|---|
com.espertech.esper.codegen.compile |
Code-Generation Compiler
|
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.enummethod.dot |
Enumeration method utility classes and input data sources.
|
com.espertech.esper.epl.expression.dot |
Chained expression functionality.
|
com.espertech.esper.event |
This package defines the internal event APIs.
|
com.espertech.esper.event.arr |
Object-array event type.
|
com.espertech.esper.event.bean |
JavaBean and legacy Java underlying event classes are here.
|
com.espertech.esper.event.map |
Map-underlying event classes are here.
|
com.espertech.esper.event.vaevent |
Value added events are revision events and variant events.
|
com.espertech.esper.event.wrap |
Event wrap refers to adding properties to an existing event
|
Modifier and Type | Method and Description |
---|---|
static EventPropertyGetterMapped |
CodegenEventPropertyGetter.compile(String engineURI,
EngineImportService engineImportService,
EventPropertyGetterMappedSPI getterSPI,
Supplier<String> debugInfoSupplier,
boolean includeCodeComments) |
Modifier and Type | Method and Description |
---|---|
EventPropertyGetterMapped |
EngineImportServiceImpl.codegenGetter(EventPropertyGetterMappedSPI getterSPI,
String eventTypeName,
String propertyExpression) |
EventPropertyGetterMapped |
EngineImportService.codegenGetter(EventPropertyGetterMappedSPI getterSPI,
String eventTypeName,
String propertyExpression) |
Modifier and Type | Method and Description |
---|---|
EventPropertyGetterMappedSPI |
PropertyDotNonLambdaMappedForge.getMappedGetter() |
Constructor and Description |
---|
PropertyDotNonLambdaMappedForge(int streamId,
EventPropertyGetterMappedSPI mappedGetter,
ExprForge paramForge,
Class returnType) |
Modifier and Type | Method and Description |
---|---|
EventPropertyGetterMappedSPI |
ExprDotNodeForgePropertyExpr.getMappedGetter() |
Constructor and Description |
---|
ExprDotNodeForgePropertyExpr(ExprDotNodeImpl parent,
String statementName,
String propertyName,
int streamNum,
ExprForge exprForge,
Class propertyType,
EventPropertyGetterIndexedSPI indexedGetter,
EventPropertyGetterMappedSPI mappedGetter) |
Modifier and Type | Interface and Description |
---|---|
interface |
EventPropertyGetterAndMapped |
Modifier and Type | Method and Description |
---|---|
EventPropertyGetterMappedSPI |
WrapperEventType.getGetterMappedSPI(String mappedProperty) |
EventPropertyGetterMappedSPI |
EventTypeSPI.getGetterMappedSPI(String propertyName) |
EventPropertyGetterMappedSPI |
BaseNestableEventType.getGetterMappedSPI(String mappedPropertyName) |
EventPropertyGetterMappedSPI |
BaseConfigurableEventType.getGetterMappedSPI(String mappedProperty) |
EventPropertyGetterMappedSPI |
EventTypeNestableGetterFactory.getPropertyProvidedGetterMap(Map<String,Object> nestableTypes,
String mappedPropertyName,
MappedProperty mappedProperty,
EventAdapterService eventAdapterService) |
Modifier and Type | Interface and Description |
---|---|
interface |
ObjectArrayEventPropertyGetterAndMapped
Property getter for Map-underlying events.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectArrayMappedPropertyGetter
Getter for a dynamic mappeds property for maps.
|
Modifier and Type | Method and Description |
---|---|
EventPropertyGetterMappedSPI |
EventTypeNestableGetterFactoryObjectArray.getPropertyProvidedGetterMap(Map<String,Object> nestableTypes,
String mappedPropertyName,
MappedProperty mappedProperty,
EventAdapterService eventAdapterService) |
Modifier and Type | Class and Description |
---|---|
class |
KeyedFastPropertyGetter
Getter for a key property identified by a given key value, using the CGLIB fast method.
|
class |
KeyedMapFastPropertyGetter
Getter for a key property identified by a given key value of a map, using the CGLIB fast method.
|
class |
KeyedMapFieldPropertyGetter
Getter for a key property identified by a given key value, using vanilla reflection.
|
class |
KeyedMapMethodPropertyGetter
Getter for a key property identified by a given key value, using vanilla reflection.
|
class |
KeyedMethodPropertyGetter
Getter for a key property identified by a given key value, using vanilla reflection.
|
Modifier and Type | Method and Description |
---|---|
EventPropertyGetterMappedSPI |
BeanEventType.getGetterMappedSPI(String propertyName) |
Modifier and Type | Interface and Description |
---|---|
interface |
MapEventPropertyGetterAndMapped
Property getter for Map-underlying events.
|
Modifier and Type | Class and Description |
---|---|
class |
MapMappedPropertyGetter
Getter for a dynamic mappeds property for maps.
|
Modifier and Type | Method and Description |
---|---|
EventPropertyGetterMappedSPI |
EventTypeNestableGetterFactoryMap.getPropertyProvidedGetterMap(Map<String,Object> nestableTypes,
String mappedPropertyName,
MappedProperty mappedProperty,
EventAdapterService eventAdapterService) |
Modifier and Type | Method and Description |
---|---|
EventPropertyGetterMappedSPI |
VariantEventType.getGetterMappedSPI(String mappedProperty) |
EventPropertyGetterMappedSPI |
RevisionEventType.getGetterMappedSPI(String propertyName) |
Modifier and Type | Class and Description |
---|---|
class |
WrapperGetterMapped |
Constructor and Description |
---|
WrapperGetterMapped(EventPropertyGetterMappedSPI undMapped) |