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 |
---|---|
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 | 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 |
---|---|
EventPropertyGetterMapped |
BeanEventType.getGetterMapped(String mappedPropertyName) |
Modifier and Type | Class and Description |
---|---|
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 | 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 |
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) |
Modifier and Type | Class and Description |
---|---|
class |
WrapperGetterMapped |
Copyright © 2005–2018. All rights reserved.