Modifier and Type | Interface and Description |
---|---|
interface |
EventPropertyGetter
Get property values from an event instance for a given event property.
|
Modifier and Type | Method and Description |
---|---|
void |
StatementAgentInstanceFactoryCreateTable.setPrimaryKeyGetter(EventPropertyValueGetter primaryKeyGetter) |
Modifier and Type | Method and Description |
---|---|
EventPropertyValueGetter |
ContextControllerDetailKeyedItem.getGetter() |
Modifier and Type | Method and Description |
---|---|
void |
ContextControllerDetailKeyedItem.setGetter(EventPropertyValueGetter getter) |
Modifier and Type | Method and Description |
---|---|
EventPropertyValueGetter |
ExprFilterSpecLookupable.getGetter() |
Constructor and Description |
---|
ExprFilterSpecLookupable(String expression,
EventPropertyValueGetter getter,
Class returnType,
boolean isNonPropertyGetter) |
Modifier and Type | Class and Description |
---|---|
class |
ExprDotNodeForgeStaticMethodEval |
Modifier and Type | Method and Description |
---|---|
void |
PollResultIndexingStrategyComposite.setHashGetter(EventPropertyValueGetter hashGetter) |
void |
PollResultIndexingStrategyComposite.setRangeGetters(EventPropertyValueGetter[] rangeGetters) |
void |
PollResultIndexingStrategySorted.setValueGetter(EventPropertyValueGetter valueGetter) |
void |
PollResultIndexingStrategyHash.setValueGetter(EventPropertyValueGetter valueGetter) |
void |
PollResultIndexingStrategyInKeywordMulti.setValueGetters(EventPropertyValueGetter[] valueGetters) |
Modifier and Type | Method and Description |
---|---|
EventTableFactory |
EventTableIndexServiceImpl.createComposite(int indexedStreamNum,
EventType eventType,
String[] indexProps,
Class[] indexCoercionTypes,
EventPropertyValueGetter indexGetter,
String[] rangeProps,
Class[] rangeCoercionTypes,
EventPropertyValueGetter[] rangeGetters,
Object optionalSerde,
boolean isFireAndForget) |
EventTableFactory |
EventTableIndexServiceImpl.createComposite(int indexedStreamNum,
EventType eventType,
String[] indexProps,
Class[] indexCoercionTypes,
EventPropertyValueGetter indexGetter,
String[] rangeProps,
Class[] rangeCoercionTypes,
EventPropertyValueGetter[] rangeGetters,
Object optionalSerde,
boolean isFireAndForget) |
EventTableFactory |
EventTableIndexService.createComposite(int indexedStreamNum,
EventType eventType,
String[] indexProps,
Class[] indexCoercionTypes,
EventPropertyValueGetter indexGetter,
String[] rangeProps,
Class[] rangeCoercionTypes,
EventPropertyValueGetter[] rangeGetters,
Object optionalSerde,
boolean isFireAndForget) |
EventTableFactory |
EventTableIndexService.createComposite(int indexedStreamNum,
EventType eventType,
String[] indexProps,
Class[] indexCoercionTypes,
EventPropertyValueGetter indexGetter,
String[] rangeProps,
Class[] rangeCoercionTypes,
EventPropertyValueGetter[] rangeGetters,
Object optionalSerde,
boolean isFireAndForget) |
EventTableFactory |
EventTableIndexServiceImpl.createHashedOnly(int indexedStreamNum,
EventType eventType,
String[] indexProps,
Class[] indexTypes,
boolean unique,
String optionalIndexName,
EventPropertyValueGetter getter,
Object optionalSerde,
boolean isFireAndForget,
StatementContext statementContext) |
EventTableFactory |
EventTableIndexService.createHashedOnly(int indexedStreamNum,
EventType eventType,
String[] indexProps,
Class[] indexTypes,
boolean unique,
String optionalIndexName,
EventPropertyValueGetter getter,
Object optionalSerde,
boolean isFireAndForget,
StatementContext statementContext) |
EventTableFactory |
EventTableIndexServiceImpl.createInArray(int streamNum,
EventType eventType,
String[] propertyNames,
Class[] indexTypes,
boolean unique,
EventPropertyValueGetter[] getters,
boolean isFireAndForget,
StatementContext statementContext) |
EventTableFactory |
EventTableIndexService.createInArray(int streamNum,
EventType eventType,
String[] propertyNames,
Class[] indexTypes,
boolean unique,
EventPropertyValueGetter[] getters,
boolean isFireAndForget,
StatementContext statementContext) |
EventTableFactory |
EventTableIndexServiceImpl.createSorted(int indexedStreamNum,
EventType eventType,
String indexedProp,
Class indexType,
EventPropertyValueGetter getter,
Object optionalSerde,
boolean isFireAndForget,
StatementContext statementContext) |
EventTableFactory |
EventTableIndexService.createSorted(int indexedStreamNum,
EventType eventType,
String indexedProp,
Class indexType,
EventPropertyValueGetter getter,
Object optionalSerde,
boolean isFireAndForget,
StatementContext statementContext) |
Modifier and Type | Field and Description |
---|---|
protected EventPropertyValueGetter |
PropertyCompositeEventTableFactory.hashGetter |
protected EventPropertyValueGetter[] |
PropertyCompositeEventTableFactory.rangeGetters |
Constructor and Description |
---|
PropertyCompositeEventTableFactory(int streamNum,
String[] optionalKeyedProps,
Class[] optKeyCoercedTypes,
EventPropertyValueGetter hashGetter,
String[] rangeProps,
Class[] optRangeCoercedTypes,
EventPropertyValueGetter[] rangeGetters) |
PropertyCompositeEventTableFactory(int streamNum,
String[] optionalKeyedProps,
Class[] optKeyCoercedTypes,
EventPropertyValueGetter hashGetter,
String[] rangeProps,
Class[] optRangeCoercedTypes,
EventPropertyValueGetter[] rangeGetters) |
PropertyCompositeEventTableFactoryFactory(int indexedStreamNum,
Integer subqueryNum,
boolean isFireAndForget,
String[] keyProps,
Class[] keyTypes,
EventPropertyValueGetter keyGetter,
String[] rangeProps,
Class[] rangeTypes,
EventPropertyValueGetter[] rangeGetters) |
PropertyCompositeEventTableFactoryFactory(int indexedStreamNum,
Integer subqueryNum,
boolean isFireAndForget,
String[] keyProps,
Class[] keyTypes,
EventPropertyValueGetter keyGetter,
String[] rangeProps,
Class[] rangeTypes,
EventPropertyValueGetter[] rangeGetters) |
Modifier and Type | Field and Description |
---|---|
protected EventPropertyValueGetter |
PropertyHashedEventTableFactory.propertyGetter |
Constructor and Description |
---|
PropertyHashedEventTableFactory(int streamNum,
String[] propertyNames,
boolean unique,
String optionalIndexName,
EventPropertyValueGetter propertyGetter) |
PropertyHashedFactoryFactory(int indexedStreamNum,
Integer subqueryNum,
Object optionalSerde,
boolean isFireAndForget,
String[] indexProps,
Class[] indexTypes,
boolean unique,
EventPropertyValueGetter valueGetter) |
Modifier and Type | Field and Description |
---|---|
protected EventPropertyValueGetter[] |
PropertyHashedArrayFactoryFactory.propertyGetters |
protected EventPropertyValueGetter[] |
PropertyHashedArrayFactory.propertyGetters |
Constructor and Description |
---|
PropertyHashedArrayFactory(int streamNum,
String[] propertyNames,
boolean unique,
String optionalIndexName,
EventPropertyValueGetter[] propertyGetters) |
PropertyHashedArrayFactoryFactory(int streamNum,
String[] propertyNames,
Class[] propertyTypes,
boolean unique,
EventPropertyValueGetter[] propertyGetters,
boolean isFireAndForget) |
Modifier and Type | Field and Description |
---|---|
protected EventPropertyValueGetter |
PropertySortedEventTableFactory.propertyGetter |
Constructor and Description |
---|
PropertySortedEventTableFactory(int streamNum,
String propertyName,
EventPropertyValueGetter propertyGetter,
Class valueType) |
PropertySortedFactoryFactory(int indexedStreamNum,
Integer subqueryNum,
Object optionalSerde,
boolean isFireAndForget,
String indexProp,
Class indexType,
EventPropertyValueGetter valueGetter) |
Constructor and Description |
---|
CompositeIndexEnterRemoveKeyed(EventPropertyValueGetter hashGetter) |
CompositeIndexEnterRemoveRange(EventPropertyValueGetter propertyGetter) |
Modifier and Type | Field and Description |
---|---|
protected EventPropertyValueGetter |
IndexedTableLookupPlanHashedOnlyFactory.eventPropertyValueGetter |
Modifier and Type | Method and Description |
---|---|
EventPropertyValueGetter |
IndexedTableLookupPlanHashedOnlyFactory.getEventPropertyValueGetter() |
Constructor and Description |
---|
IndexedTableLookupPlanHashedOnlyFactory(int lookupStream,
int indexedStream,
TableLookupIndexReqKey[] indexNum,
EventPropertyValueGetter eventPropertyValueGetter) |
Modifier and Type | Method and Description |
---|---|
EventPropertyValueGetter |
QueryPlanIndexItem.getHashGetter() |
EventPropertyValueGetter[] |
QueryPlanIndexItem.getRangeGetters() |
Constructor and Description |
---|
QueryPlanIndexItem(String[] hashProps,
Class[] hashPropTypes,
EventPropertyValueGetter hashGetter,
String[] rangeProps,
Class[] rangePropTypes,
EventPropertyValueGetter[] rangeGetters,
boolean unique,
EventAdvancedIndexProvisionRuntime advancedIndexProvisionDesc) |
QueryPlanIndexItem(String[] hashProps,
Class[] hashPropTypes,
EventPropertyValueGetter hashGetter,
String[] rangeProps,
Class[] rangePropTypes,
EventPropertyValueGetter[] rangeGetters,
boolean unique,
EventAdvancedIndexProvisionRuntime advancedIndexProvisionDesc) |
Modifier and Type | Field and Description |
---|---|
protected EventPropertyValueGetter |
TableBase.primaryKeyGetter |
Modifier and Type | Method and Description |
---|---|
void |
TableBase.setPrimaryKeyGetter(EventPropertyValueGetter primaryKeyGetter) |
void |
Table.setPrimaryKeyGetter(EventPropertyValueGetter primaryKeyGetter) |
Modifier and Type | Method and Description |
---|---|
EventPropertyValueGetter |
VariableTriggerWriteDesc.getGetter() |
Modifier and Type | Method and Description |
---|---|
void |
VariableTriggerWriteDesc.setGetter(EventPropertyValueGetter getter) |
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 |
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.
|
Modifier and Type | Method and Description |
---|---|
EventPropertyValueGetter |
FilterSpecLookupableAdvancedIndex.getHeight() |
EventPropertyValueGetter |
FilterSpecLookupableAdvancedIndex.getWidth() |
EventPropertyValueGetter |
FilterSpecLookupableAdvancedIndex.getX() |
EventPropertyValueGetter |
FilterSpecLookupableAdvancedIndex.getY() |
Modifier and Type | Method and Description |
---|---|
void |
FilterSpecLookupableAdvancedIndex.setHeight(EventPropertyValueGetter height) |
void |
FilterSpecLookupableAdvancedIndex.setWidth(EventPropertyValueGetter width) |
void |
FilterSpecLookupableAdvancedIndex.setX(EventPropertyValueGetter x) |
void |
FilterSpecLookupableAdvancedIndex.setY(EventPropertyValueGetter y) |
Copyright © 2005–2018. All rights reserved.