Package | Description |
---|---|
com.espertech.esper.common.client |
Common API: Classes that are generally relevant to both the compiler API and the processEvent API.
|
com.espertech.esper.common.internal.event.arr |
Object-array event type.
|
com.espertech.esper.common.internal.event.bean.core |
JavaBean and legacy Java underlying event classes are here.
|
com.espertech.esper.common.internal.event.bean.getter | |
com.espertech.esper.common.internal.event.core |
This package defines the internal event APIs.
|
com.espertech.esper.common.internal.event.map |
Map-underlying event classes are here.
|
com.espertech.esper.common.internal.event.variant | |
com.espertech.esper.common.internal.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 | 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 | Method and Description |
---|---|
EventPropertyGetterIndexed |
BeanEventType.getGetterIndexed(String indexedPropertyName) |
Modifier and Type | Class and Description |
---|---|
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 |
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 |
KeyedMethodPropertyGetter
Getter for a key property identified by a given key value, using vanilla reflection.
|
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 | 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 |
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) |
Modifier and Type | Class and Description |
---|---|
class |
WrapperGetterIndexed |
Copyright © 2005–2018. All rights reserved.