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 |
---|---|
EventPropertyGetterIndexed |
EventType.getGetterIndexed(String indexedPropertyName)
Get the getter of an event property that is a indexed event property: Getters are useful when an application
receives events of the same event type multiple times and requires fast access
to a indexed property.
|
Modifier and Type | Method and Description |
---|---|
static EventPropertyGetterIndexed |
CodegenEventPropertyGetter.compile(String engineURI,
EngineImportService engineImportService,
EventPropertyGetterIndexedSPI getterSPI,
Supplier<String> debugInfoSupplier,
boolean includeCodeComments) |
Modifier and Type | Method and Description |
---|---|
EventPropertyGetterIndexed |
EngineImportServiceImpl.codegenGetter(EventPropertyGetterIndexedSPI getterSPI,
String eventTypeName,
String propertyExpression) |
EventPropertyGetterIndexed |
EngineImportService.codegenGetter(EventPropertyGetterIndexedSPI getterSPI,
String eventTypeName,
String propertyExpression) |
Modifier and Type | Interface and Description |
---|---|
interface |
EventPropertyGetterAndIndexed |
interface |
EventPropertyGetterIndexedSPI |
Modifier and Type | Method and Description |
---|---|
EventPropertyGetterIndexed |
WrapperEventType.getGetterIndexed(String indexedPropertyName) |
EventPropertyGetterIndexed |
BaseNestableEventType.getGetterIndexed(String indexedPropertyName) |
Modifier and Type | Interface and Description |
---|---|
interface |
ObjectArrayEventPropertyGetterAndIndexed
Property getter for Object-array-underlying events.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectArrayArrayPOJOEntryIndexedPropertyGetter
A getter that works on arrays residing within a Map as an event property.
|
class |
ObjectArrayArrayPropertyGetter
Getter for Map-entries with well-defined fragment type.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayFastPropertyGetter
Getter for an array property identified by a given index, using the CGLIB fast method.
|
class |
ArrayFieldPropertyGetter
Getter for an array property backed by a field, identified by a given index, using vanilla reflection.
|
class |
ArrayMethodPropertyGetter
Getter for an array property identified by a given index, using vanilla reflection.
|
class |
IterableFastPropertyGetter
Getter for a iterable property identified by a given index, using the CGLIB fast method.
|
class |
IterableFieldPropertyGetter
Getter for an iterable property backed by a field, identified by a given index, using vanilla reflection.
|
class |
IterableMethodPropertyGetter
Getter for an iterable property identified by a given index, using vanilla reflection.
|
class |
KeyedFastPropertyGetter
Getter for a key property identified by a given key value, using the CGLIB fast method.
|
class |
KeyedMethodPropertyGetter
Getter for a key property identified by a given key value, using vanilla reflection.
|
class |
ListFastPropertyGetter
Getter for a list property identified by a given index, using the CGLIB fast method.
|
class |
ListFieldPropertyGetter
Getter for a list property backed by a field, identified by a given index, using vanilla reflection.
|
class |
ListMethodPropertyGetter
Getter for a list property identified by a given index, using vanilla reflection.
|
Modifier and Type | Method and Description |
---|---|
EventPropertyGetterIndexed |
BeanEventType.getGetterIndexed(String indexedPropertyName) |
Modifier and Type | Interface and Description |
---|---|
interface |
MapEventPropertyGetterAndIndexed
Property getter for Map-underlying events.
|
Modifier and Type | Class and Description |
---|---|
class |
MapArrayPOJOEntryIndexedPropertyGetter
A getter that works on arrays residing within a Map as an event property.
|
class |
MapArrayPropertyGetter
Getter for Map-entries with well-defined fragment type.
|
Modifier and Type | Method and Description |
---|---|
EventPropertyGetterIndexed |
VariantEventType.getGetterIndexed(String indexedProperty) |
EventPropertyGetterIndexed |
RevisionEventType.getGetterIndexed(String indexedProperty) |
Modifier and Type | Class and Description |
---|---|
class |
WrapperGetterIndexed |