Uses of Interface
com.espertech.esper.common.client.EventPropertyGetterIndexed
Package
Description
Common API: Classes that are generally relevant to both the compiler API and the processEvent API.
Object-array event type.
JavaBean and legacy Java underlying event classes are here.
This package defines the internal event APIs.
Map-underlying event classes are here.
Event wrap refers to adding properties to an existing event
-
Uses of EventPropertyGetterIndexed in com.espertech.esper.common.client
Modifier and TypeMethodDescriptionEventType.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. -
Uses of EventPropertyGetterIndexed in com.espertech.esper.common.internal.event.arr
Modifier and TypeInterfaceDescriptioninterface
Property getter for Object-array-underlying events.Modifier and TypeClassDescriptionclass
A getter that works on arrays residing within a Map as an event property.class
Getter for Map-entries with well-defined fragment type. -
Uses of EventPropertyGetterIndexed in com.espertech.esper.common.internal.event.bean.core
-
Uses of EventPropertyGetterIndexed in com.espertech.esper.common.internal.event.bean.getter
Modifier and TypeClassDescriptionclass
Getter for an array property backed by a field, identified by a given index, using vanilla reflection.class
Getter for an array property identified by a given index, using vanilla reflection.class
Getter for an iterable property backed by a field, identified by a given index, using vanilla reflection.class
Getter for an iterable property identified by a given index, using vanilla reflection.class
Getter for a key property identified by a given key value, using vanilla reflection.class
Getter for a list property backed by a field, identified by a given index, using vanilla reflection.class
Getter for a list property identified by a given index, using vanilla reflection. -
Uses of EventPropertyGetterIndexed in com.espertech.esper.common.internal.event.core
Modifier and TypeInterfaceDescriptioninterface
interface
Modifier and TypeMethodDescriptionBaseNestableEventType.getGetterIndexed
(String indexedPropertyName) WrapperEventType.getGetterIndexed
(String indexedPropertyName) -
Uses of EventPropertyGetterIndexed in com.espertech.esper.common.internal.event.json.getter.fromschema
Modifier and TypeClassDescriptionfinal class
Property getter for Json underlying fields. -
Uses of EventPropertyGetterIndexed in com.espertech.esper.common.internal.event.json.getter.provided
Modifier and TypeClassDescriptionfinal class
Property getter for Json underlying fields. -
Uses of EventPropertyGetterIndexed in com.espertech.esper.common.internal.event.map
Modifier and TypeInterfaceDescriptioninterface
Property getter for Map-underlying events.Modifier and TypeClassDescriptionclass
A getter that works on arrays residing within a Map as an event property.class
Getter for Map-entries with well-defined fragment type. -
Uses of EventPropertyGetterIndexed in com.espertech.esper.common.internal.event.variant
-
Uses of EventPropertyGetterIndexed in com.espertech.esper.common.internal.event.wrap