Modifier and Type | Method and Description |
---|---|
EventPropertyGetter |
EventType.getGetter(String propertyExpression)
Get the getter of an event property or property expression: Getters are useful when an application
receives events of the same event type multiple times and requires fast access
to an event property or nested, indexed or mapped property.
|
Constructor and Description |
---|
DTLocalBeanIntervalNoEndTSEval(EventPropertyGetter getter,
DTLocalEvaluator inner) |
DTLocalBeanIntervalWithEndEval(EventPropertyGetter getterStartTimestamp,
EventPropertyGetter getterEndTimestamp,
com.espertech.esper.common.internal.epl.datetime.dtlocal.DTLocalEvaluatorIntervalComp inner) |
Modifier and Type | Class and Description |
---|---|
class |
ExprDotNodeForgeStaticMethodEval |
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 | Method and Description |
---|---|
EventPropertyGetterSPI |
EventTypeNestableGetterFactoryObjectArray.getGetterNestedEntryBean(String propertyName,
EventPropertyGetter getter,
EventType innerType,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
EventPropertyGetterSPI |
EventTypeNestableGetterFactoryObjectArray.getGetterNestedEntryBeanArray(String propertyNameAtomic,
int index,
EventPropertyGetter getter,
EventType innerType,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
EventPropertyGetterSPI |
EventTypeNestableGetterFactoryObjectArray.getGetterNestedPropertyProvidedGetterDynamic(Map<String,Object> nestableTypes,
String propertyName,
EventPropertyGetter nestedGetter,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
Modifier and Type | Interface and Description |
---|---|
interface |
BeanEventPropertyGetter
Shortcut-evaluator for use with POJO-backed events only.
|
Modifier and Type | Method and Description |
---|---|
EventPropertyGetter |
BeanEventType.getGetter(String propertyName) |
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.
|
Constructor and Description |
---|
NestedPropertyGetter(List<EventPropertyGetter> getterChain,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
Class finalPropertyType,
Class finalGenericType,
BeanEventTypeFactory beanEventTypeFactory) |
Modifier and Type | Interface and Description |
---|---|
interface |
EventPropertyGetterAndIndexed |
interface |
EventPropertyGetterAndMapped |
interface |
EventPropertyGetterSPI |
Modifier and Type | Method and Description |
---|---|
static EventPropertyGetter |
EventBeanUtility.getAssertPropertyGetter(EventType[] eventTypes,
int keyStreamNum,
String property) |
static EventPropertyGetter |
EventBeanUtility.getAssertPropertyGetter(EventType type,
String propertyName) |
EventPropertyGetter |
WrapperEventType.getGetter(String propertyName) |
EventPropertyGetter |
BaseNestableEventType.getGetter(String propertyName) |
EventPropertyGetter |
BaseConfigurableEventType.getGetter(String propertyName) |
Modifier and Type | Method and Description |
---|---|
static Object |
BaseNestableEventUtil.getArrayPropertyFragment(EventBean[] wrapper,
int index,
EventPropertyGetter nestedGetter) |
static Object |
BaseNestableEventUtil.getArrayPropertyValue(EventBean[] wrapper,
int index,
EventPropertyGetter nestedGetter) |
EventPropertyGetterSPI |
EventTypeNestableGetterFactory.getGetterNestedEntryBean(String propertyName,
EventPropertyGetter innerGetter,
EventType innerType,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
EventPropertyGetterSPI |
EventTypeNestableGetterFactory.getGetterNestedEntryBeanArray(String propertyNameAtomic,
int index,
EventPropertyGetter getter,
EventType innerType,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
EventPropertyGetterSPI |
EventTypeNestableGetterFactory.getGetterNestedPropertyProvidedGetterDynamic(Map<String,Object> nestableTypes,
String propertyName,
EventPropertyGetter nestedGetter,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
static HashableMultiKey |
EventBeanUtility.getMultiKey(EventBean theEvent,
EventPropertyGetter[] propertyGetters)
Returns Multikey instance for given event and getters.
|
static HashableMultiKey |
EventBeanUtility.getMultiKey(EventBean theEvent,
EventPropertyGetter[] propertyGetters,
Class[] coercionTypes) |
static Object[] |
EventBeanUtility.getPropertyArray(EventBean[] eventsPerStream,
EventPropertyGetter[] propertyGetters,
int[] streamNums) |
static Object[] |
EventBeanUtility.getPropertyArray(EventBean theEvent,
EventPropertyGetter[] propertyGetters)
Returns object array containing property values of given properties, retrieved via EventPropertyGetter
instances.
|
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 | Method and Description |
---|---|
EventPropertyGetterSPI |
EventTypeNestableGetterFactoryMap.getGetterNestedEntryBean(String propertyName,
EventPropertyGetter getter,
EventType innerType,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
EventPropertyGetterSPI |
EventTypeNestableGetterFactoryMap.getGetterNestedEntryBeanArray(String propertyNameAtomic,
int index,
EventPropertyGetter getter,
EventType innerType,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
EventPropertyGetterSPI |
EventTypeNestableGetterFactoryMap.getGetterNestedPropertyProvidedGetterDynamic(Map<String,Object> nestableTypes,
String propertyName,
EventPropertyGetter nestedGetter,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
Constructor and Description |
---|
MapNestedEntryPropertyGetterPropertyProvidedDynamic(String propertyMap,
EventType fragmentType,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
EventPropertyGetter nestedGetter) |
Modifier and Type | Method and Description |
---|---|
EventPropertyGetter |
NestedGetterPair.getGetter()
Returns the getter.
|
EventPropertyGetter |
GetterPair.getGetter()
Returns the getter.
|
Constructor and Description |
---|
GetterPair(EventPropertyGetter getter,
String name,
OutputValueRenderer output)
Ctor.
|
NestedGetterPair(EventPropertyGetter getter,
String name,
RendererMeta metadata,
boolean isArray)
Ctor.
|
Modifier and Type | Class and Description |
---|---|
class |
VariantEventPropertyGetterAny |
class |
VariantEventPropertyGetterAnyWCast |
Modifier and Type | Method and Description |
---|---|
EventPropertyGetter |
VariantEventType.getGetter(String propertyName) |
EventPropertyGetter |
VariantPropertyGetterCache.getGetter(String propertyName,
EventType eventType)
Fast lookup of a getter for a property and type.
|
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.
|
Constructor and Description |
---|
DOMNestedPropertyGetter(List<EventPropertyGetter> getterChain,
FragmentFactorySPI fragmentFactory)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EventPropertyGetter |
FilterSpecLookupableAdvancedIndexForge.getHeight() |
EventPropertyGetter |
FilterSpecLookupableAdvancedIndexForge.getWidth() |
EventPropertyGetter |
FilterSpecLookupableAdvancedIndexForge.getX() |
EventPropertyGetter |
FilterSpecLookupableAdvancedIndexForge.getY() |
Constructor and Description |
---|
FilterSpecLookupableAdvancedIndex(String expression,
EventPropertyGetter getter,
Class returnType) |
Copyright © 2005–2018. All rights reserved.