Package | Description |
---|---|
com.espertech.esper.common.internal.context.controller.hash | |
com.espertech.esper.common.internal.epl.expression.core | |
com.espertech.esper.common.internal.epl.expression.funcs | |
com.espertech.esper.common.internal.epl.variable.core | |
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.json.getter | |
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
|
com.espertech.esper.common.internal.event.xml |
XML event wrappers
|
Modifier and Type | Class and Description |
---|---|
class |
ContextControllerHashedGetterCRC32SerializedForge |
class |
ContextControllerHashedGetterCRC32SingleForge |
class |
ContextControllerHashedGetterHashMultiple |
class |
ContextControllerHashedGetterHashSingleForge |
class |
ContextControllerHashedGetterSingleRowForge |
Modifier and Type | Field and Description |
---|---|
protected EventPropertyValueGetterForge |
ExprFilterSpecLookupableForge.optionalEventPropForge |
Constructor and Description |
---|
ExprFilterSpecLookupableForge(String expression,
EventPropertyValueGetterForge optionalEventPropForge,
Class returnType,
boolean isNonPropertyGetter,
DataInputOutputSerdeForge valueSerde) |
Modifier and Type | Class and Description |
---|---|
class |
ExprPlugInSingleRowNodeForge |
class |
ExprPlugInSingleRowNodeForgeConst |
class |
ExprPlugInSingleRowNodeForgeNC |
Modifier and Type | Method and Description |
---|---|
EventPropertyValueGetterForge |
VariableTriggerWriteDescForge.getGetter() |
Modifier and Type | Interface and Description |
---|---|
interface |
ObjectArrayEventPropertyGetter
Property getter for Objectarray-underlying events.
|
interface |
ObjectArrayEventPropertyGetterAndIndexed
Property getter for Object-array-underlying events.
|
interface |
ObjectArrayEventPropertyGetterAndMapped
Property getter for Map-underlying events.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectArrayArrayPOJOBeanEntryIndexedPropertyGetter
A getter that works on POJO events residing within a Map as an event property.
|
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.
|
class |
ObjectArrayDynamicPropertyGetter
Getter for a dynamic property (syntax field.inner?), using vanilla reflection.
|
class |
ObjectArrayEntryPropertyGetter
A getter for use with Map-based events simply returns the value for the key.
|
class |
ObjectArrayEventBeanArrayIndexedElementPropertyGetter
Getter for an array of event bean using a nested getter.
|
class |
ObjectArrayEventBeanArrayIndexedPropertyGetter
Getter for array events.
|
class |
ObjectArrayEventBeanArrayPropertyGetter
Returns the event bean or the underlying array.
|
class |
ObjectArrayEventBeanEntryPropertyGetter
A getter that works on EventBean events residing within a Map as an event property.
|
class |
ObjectArrayEventBeanPropertyGetter
A getter for use with Map-based events simply returns the value for the key.
|
class |
ObjectArrayFragmentArrayPropertyGetter
Getter for map array.
|
class |
ObjectArrayIndexedPropertyGetter
Getter for a dynamic indexed property for maps.
|
class |
ObjectArrayMappedPropertyGetter
Getter for a dynamic mappeds property for maps.
|
class |
ObjectArrayMapPropertyGetter |
class |
ObjectArrayNestedEntryPropertyGetterArrayMap
A getter that works on EventBean events residing within a Map as an event property.
|
class |
ObjectArrayNestedEntryPropertyGetterArrayObjectArray |
class |
ObjectArrayNestedEntryPropertyGetterBase |
class |
ObjectArrayNestedEntryPropertyGetterMap
A getter that works on EventBean events residing within a Map as an event property.
|
class |
ObjectArrayNestedEntryPropertyGetterObjectArray
A getter that works on EventBean events residing within a Map as an event property.
|
class |
ObjectArrayPOJOEntryPropertyGetter
A getter that works on POJO events residing within a Map as an event property.
|
class |
ObjectArrayPropertyGetterDefaultBase
Getter for map entry.
|
class |
ObjectArrayPropertyGetterDefaultMap
Getter for map entry.
|
class |
ObjectArrayPropertyGetterDefaultObjectArray
Getter for map entry.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BeanEventPropertyGetter
Shortcut-evaluator for use with POJO-backed events only.
|
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 |
BaseNativePropertyGetter
Base getter for native fragments.
|
class |
DynamicIndexedPropertyGetter
Getter for a dynamic indexed property (syntax field.indexed[0]?), using vanilla reflection.
|
class |
DynamicMappedPropertyGetter
Getter for a dynamic mapped property (syntax field.mapped('key')?), using vanilla reflection.
|
class |
DynamicPropertyGetterBase
Base class for getters for a dynamic property (syntax field.inner?), caches methods to use for classes.
|
class |
DynamicSimplePropertyGetter
Getter for a dynamic property (syntax field.inner?), 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 |
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.
|
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.
|
class |
NestedPropertyGetter
Getter for one or more levels deep nested properties.
|
class |
ReflectionPropFieldGetter
Property getter for fields using Java's vanilla reflection.
|
class |
ReflectionPropMethodGetter
Property getter for methods using Java's vanilla reflection.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EventPropertyGetterAndIndexed |
interface |
EventPropertyGetterAndMapped |
interface |
EventPropertyGetterSPI |
Modifier and Type | Interface and Description |
---|---|
interface |
JsonEventPropertyGetter |
Modifier and Type | Class and Description |
---|---|
class |
JsonGetterDynamicIndexed |
class |
JsonGetterDynamicMapped |
class |
JsonGetterDynamicNested
Property getter for Json underlying fields.
|
class |
JsonGetterDynamicNestedChain
Property getter for Json underlying fields.
|
class |
JsonGetterDynamicSimple |
class |
JsonGetterIndexed
Property getter for Json underlying fields.
|
class |
JsonGetterMapped
Property getter for Json underlying fields.
|
class |
JsonGetterNested
Property getter for Json underlying fields.
|
class |
JsonGetterNestedArrayIndexed
Property getter for Json underlying fields.
|
class |
JsonGetterSimpleBase
Property getter for Json underlying fields.
|
class |
JsonGetterSimpleWFragmentArray
Property getter for Json underlying fields.
|
class |
JsonGetterSimpleWFragmentSimple
Property getter for Json underlying fields.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MapEventPropertyGetter
Property getter for Map-underlying events.
|
interface |
MapEventPropertyGetterAndIndexed
Property getter for Map-underlying events.
|
interface |
MapEventPropertyGetterAndMapped
Property getter for Map-underlying events.
|
Modifier and Type | Class and Description |
---|---|
class |
MapArrayPOJOBeanEntryIndexedPropertyGetter
A getter that works on POJO events residing within a Map as an event property.
|
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.
|
class |
MapDynamicPropertyGetter |
class |
MapEntryPropertyGetter
A getter for use with Map-based events simply returns the value for the key.
|
class |
MapEventBeanArrayIndexedElementPropertyGetter
Getter for an array of event bean using a nested getter.
|
class |
MapEventBeanArrayIndexedPropertyGetter
Getter for array events.
|
class |
MapEventBeanArrayPropertyGetter
Returns the event bean or the underlying array.
|
class |
MapEventBeanEntryPropertyGetter
A getter that works on EventBean events residing within a Map as an event property.
|
class |
MapEventBeanPropertyGetter
A getter for use with Map-based events simply returns the value for the key.
|
class |
MapFragmentArrayPropertyGetter
Getter for map array.
|
class |
MapIndexedPropertyGetter
Getter for a dynamic indexed property for maps.
|
class |
MapMappedPropertyGetter
Getter for a dynamic mappeds property for maps.
|
class |
MapMapPropertyGetter
A getter that interrogates a given property in a map which may itself contain nested maps or indexed entries.
|
class |
MapNestedEntryPropertyGetterArrayMap
A getter that works on EventBean events residing within a Map as an event property.
|
class |
MapNestedEntryPropertyGetterArrayObjectArray |
class |
MapNestedEntryPropertyGetterBase |
class |
MapNestedEntryPropertyGetterMap
A getter that works on EventBean events residing within a Map as an event property.
|
class |
MapNestedEntryPropertyGetterObjectArray
A getter that works on EventBean events residing within a Map as an event property.
|
class |
MapNestedEntryPropertyGetterPropertyProvidedDynamic |
class |
MapNestedPropertyGetterMapOnly
Getter for one or more levels deep nested properties of maps.
|
class |
MapNestedPropertyGetterMixedType
Getter for one or more levels deep nested properties of maps.
|
class |
MapPOJOEntryPropertyGetter
A getter that works on POJO events residing within a Map as an event property.
|
class |
MapPropertyGetterDefaultBase
Getter for map entry.
|
class |
MapPropertyGetterDefaultMap
Getter for map entry.
|
class |
MapPropertyGetterDefaultNoFragment
Getter for map entry.
|
class |
MapPropertyGetterDefaultObjectArray
Getter for map entry.
|
Modifier and Type | Class and Description |
---|---|
class |
VariantEventPropertyGetterAny |
class |
VariantEventPropertyGetterAnyWCast |
Modifier and Type | Class and Description |
---|---|
class |
WrapperMapPropertyGetter |
class |
WrapperUnderlyingPropertyGetter |
Modifier and Type | Interface and Description |
---|---|
interface |
DOMPropertyGetter
Shortcut-getter for DOM underlying objects.
|
Modifier and Type | Class and Description |
---|---|
class |
DOMAttributeAndElementGetter
Getter for both attribute and element values, attributes are checked first.
|
class |
DOMComplexElementGetter
Getter for a DOM complex element.
|
class |
DOMConvertingArrayGetter
Getter for converting a Node child nodes into an array.
|
class |
DOMConvertingGetter
Getter for parsing node content to a desired type.
|
class |
DOMIndexedGetter
Getter for retrieving a value at a certain index.
|
class |
DOMMapGetter
DOM getter for Map-property.
|
class |
DOMNestedPropertyGetter
Getter for nested properties in a DOM tree.
|
class |
DOMSimpleAttributeGetter
Getter for simple attributes in a DOM node.
|
class |
XPathPropertyArrayItemGetter
Getter for XPath explicit properties returning an element in an array.
|
class |
XPathPropertyGetter
Getter for properties of DOM xml events.
|
Copyright © 2005–2019. All rights reserved.