Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
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.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 |
---|---|
EventPropertyGetterMapped |
EventType.getGetterMapped(String mappedPropertyName)
Get the getter of an event property that is a mapped event property: Getters are useful when an application
receives events of the same event type multiple times and requires fast access
to a mapped property.
|
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 | Interface and Description |
---|---|
interface |
EventPropertyGetterAndMapped |
interface |
EventPropertyGetterMappedSPI |
Modifier and Type | Method and Description |
---|---|
EventPropertyGetterMapped |
WrapperEventType.getGetterMapped(String mappedProperty) |
EventPropertyGetterMapped |
BaseNestableEventType.getGetterMapped(String mappedPropertyName) |
EventPropertyGetterMapped |
BaseConfigurableEventType.getGetterMapped(String mappedProperty) |
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 | 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 |
---|---|
EventPropertyGetterMapped |
BeanEventType.getGetterMapped(String mappedPropertyName) |
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 |
---|---|
EventPropertyGetterMapped |
VariantEventType.getGetterMapped(String mappedProperty) |
EventPropertyGetterMapped |
RevisionEventType.getGetterMapped(String mappedProperty) |
Modifier and Type | Class and Description |
---|---|
class |
WrapperGetterMapped |