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 |
---|---|
void |
StatementAgentInstanceFactoryOnTriggerInfraSelect.setDistinctKeyGetter(EventPropertyValueGetter distinctKeyGetter) |
Modifier and Type | Method and Description |
---|---|
EventPropertyValueGetter |
ContextControllerDetailKeyedItem.getGetter() |
Modifier and Type | Method and Description |
---|---|
void |
ContextControllerDetailKeyedItem.setGetter(EventPropertyValueGetter getter) |
Modifier and Type | Class and Description |
---|---|
class |
ExprDotNodeForgeStaticMethodEval |
Modifier and Type | Method and Description |
---|---|
EventPropertyValueGetter |
FAFQueryMethodSelect.getDistinctKeyGetter() |
Modifier and Type | Method and Description |
---|---|
void |
FAFQueryMethodSelect.setDistinctKeyGetter(EventPropertyValueGetter distinctKeyGetter) |
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,
EPTypeClass[] indexCoercionTypes,
EventPropertyValueGetter indexGetter,
MultiKeyFromObjectArray transformFireAndForget,
DataInputOutputSerde<Object> keySerde,
String[] rangeProps,
EPTypeClass[] rangeCoercionTypes,
EventPropertyValueGetter[] rangeGetters,
DataInputOutputSerde<Object>[] rangeSerdes,
DataInputOutputSerde<Object> optionalValueSerde,
boolean isFireAndForget) |
EventTableFactory |
EventTableIndexServiceImpl.createComposite(int indexedStreamNum,
EventType eventType,
String[] indexProps,
EPTypeClass[] indexCoercionTypes,
EventPropertyValueGetter indexGetter,
MultiKeyFromObjectArray transformFireAndForget,
DataInputOutputSerde<Object> keySerde,
String[] rangeProps,
EPTypeClass[] rangeCoercionTypes,
EventPropertyValueGetter[] rangeGetters,
DataInputOutputSerde<Object>[] rangeSerdes,
DataInputOutputSerde<Object> optionalValueSerde,
boolean isFireAndForget) |
EventTableFactory |
EventTableIndexService.createComposite(int indexedStreamNum,
EventType eventType,
String[] indexProps,
EPTypeClass[] indexCoercionTypes,
EventPropertyValueGetter indexGetter,
MultiKeyFromObjectArray transformFireAndForget,
DataInputOutputSerde<Object> keySerde,
String[] rangeProps,
EPTypeClass[] rangeCoercionTypes,
EventPropertyValueGetter[] rangeGetters,
DataInputOutputSerde<Object>[] rangeSerdes,
DataInputOutputSerde<Object> optionalValueSerde,
boolean isFireAndForget) |
EventTableFactory |
EventTableIndexService.createComposite(int indexedStreamNum,
EventType eventType,
String[] indexProps,
EPTypeClass[] indexCoercionTypes,
EventPropertyValueGetter indexGetter,
MultiKeyFromObjectArray transformFireAndForget,
DataInputOutputSerde<Object> keySerde,
String[] rangeProps,
EPTypeClass[] rangeCoercionTypes,
EventPropertyValueGetter[] rangeGetters,
DataInputOutputSerde<Object>[] rangeSerdes,
DataInputOutputSerde<Object> optionalValueSerde,
boolean isFireAndForget) |
EventTableFactory |
EventTableIndexServiceImpl.createHashedOnly(int indexedStreamNum,
EventType eventType,
String[] indexProps,
MultiKeyFromObjectArray transformFireAndForget,
DataInputOutputSerde<Object> keySerde,
boolean unique,
String optionalIndexName,
EventPropertyValueGetter getter,
DataInputOutputSerde<Object> optionalValueSerde,
boolean isFireAndForget,
StateMgmtSetting stateMgmtSettings) |
EventTableFactory |
EventTableIndexService.createHashedOnly(int indexedStreamNum,
EventType eventType,
String[] indexProps,
MultiKeyFromObjectArray transformFireAndForget,
DataInputOutputSerde<Object> keySerde,
boolean unique,
String optionalIndexName,
EventPropertyValueGetter getter,
DataInputOutputSerde<Object> optionalValueSerde,
boolean isFireAndForget,
StateMgmtSetting stateMgmtSettings) |
EventTableFactory |
EventTableIndexServiceImpl.createInArray(int streamNum,
EventType eventType,
String[] propertyNames,
EPTypeClass[] indexTypes,
DataInputOutputSerde<Object>[] indexSerdes,
boolean unique,
EventPropertyValueGetter[] getters,
boolean isFireAndForget,
StateMgmtSetting stateMgmtSettings) |
EventTableFactory |
EventTableIndexService.createInArray(int streamNum,
EventType eventType,
String[] propertyNames,
EPTypeClass[] indexTypes,
DataInputOutputSerde<Object>[] indexSerdes,
boolean unique,
EventPropertyValueGetter[] getters,
boolean isFireAndForget,
StateMgmtSetting stateMgmtSettings) |
EventTableFactory |
EventTableIndexServiceImpl.createSorted(int indexedStreamNum,
EventType eventType,
String indexedProp,
EPTypeClass indexType,
EventPropertyValueGetter getter,
DataInputOutputSerde<Object> serde,
DataInputOutputSerde<Object> optionalValueSerde,
boolean isFireAndForget,
StateMgmtSetting stateMgmtSettings) |
EventTableFactory |
EventTableIndexService.createSorted(int indexedStreamNum,
EventType eventType,
String indexedProp,
EPTypeClass indexType,
EventPropertyValueGetter getter,
DataInputOutputSerde<Object> serde,
DataInputOutputSerde<Object> optionalValueSerde,
boolean isFireAndForget,
StateMgmtSetting stateMgmtSettings) |
Modifier and Type | Field and Description |
---|---|
protected EventPropertyValueGetter |
PropertyCompositeEventTableFactory.hashGetter |
protected EventPropertyValueGetter[] |
PropertyCompositeEventTableFactory.rangeGetters |
Constructor and Description |
---|
PropertyCompositeEventTableFactory(int streamNum,
String[] optionalKeyedProps,
EPTypeClass[] optKeyCoercedTypes,
EventPropertyValueGetter hashGetter,
MultiKeyFromObjectArray transformFireAndForget,
String[] rangeProps,
EPTypeClass[] optRangeCoercedTypes,
EventPropertyValueGetter[] rangeGetters) |
PropertyCompositeEventTableFactory(int streamNum,
String[] optionalKeyedProps,
EPTypeClass[] optKeyCoercedTypes,
EventPropertyValueGetter hashGetter,
MultiKeyFromObjectArray transformFireAndForget,
String[] rangeProps,
EPTypeClass[] optRangeCoercedTypes,
EventPropertyValueGetter[] rangeGetters) |
PropertyCompositeEventTableFactoryFactory(int indexedStreamNum,
Integer subqueryNum,
boolean isFireAndForget,
String[] keyProps,
EPTypeClass[] keyTypes,
EventPropertyValueGetter keyGetter,
DataInputOutputSerde<Object> keySerde,
String[] rangeProps,
EPTypeClass[] rangeTypes,
EventPropertyValueGetter[] rangeGetters,
DataInputOutputSerde<Object>[] rangeKeySerdes) |
PropertyCompositeEventTableFactoryFactory(int indexedStreamNum,
Integer subqueryNum,
boolean isFireAndForget,
String[] keyProps,
EPTypeClass[] keyTypes,
EventPropertyValueGetter keyGetter,
DataInputOutputSerde<Object> keySerde,
String[] rangeProps,
EPTypeClass[] rangeTypes,
EventPropertyValueGetter[] rangeGetters,
DataInputOutputSerde<Object>[] rangeKeySerdes) |
Modifier and Type | Field and Description |
---|---|
protected EventPropertyValueGetter |
PropertyHashedEventTableFactory.propertyGetter |
Constructor and Description |
---|
PropertyHashedEventTableFactory(int streamNum,
String[] propertyNames,
boolean unique,
String optionalIndexName,
EventPropertyValueGetter propertyGetter,
MultiKeyFromObjectArray multiKeyTransform) |
PropertyHashedFactoryFactory(int indexedStreamNum,
Integer subqueryNum,
boolean isFireAndForget,
String[] indexProps,
boolean unique,
EventPropertyValueGetter valueGetter,
MultiKeyFromObjectArray transformFireAndForget,
DataInputOutputSerde<Object> keySerde,
StateMgmtSetting stateMgmtSettings) |
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,
EPTypeClass[] propertyTypes,
DataInputOutputSerde<Object>[] propertySerdes,
boolean unique,
EventPropertyValueGetter[] propertyGetters,
boolean isFireAndForget,
StateMgmtSetting stateMgmtSettings) |
Modifier and Type | Field and Description |
---|---|
protected EventPropertyValueGetter |
PropertySortedEventTableFactory.propertyGetter |
Constructor and Description |
---|
PropertySortedEventTableFactory(int streamNum,
String propertyName,
EventPropertyValueGetter propertyGetter,
EPTypeClass valueType) |
PropertySortedFactoryFactory(int indexedStreamNum,
Integer subqueryNum,
boolean isFireAndForget,
String indexProp,
EPTypeClass indexType,
EventPropertyValueGetter valueGetter,
DataInputOutputSerde<Object> indexSerde,
StateMgmtSetting stateMgmtSettings) |
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() |
Modifier and Type | Method and Description |
---|---|
EventPropertyValueGetter |
InfraOnSelectViewFactory.getDistinctKeyGetter() |
Constructor and Description |
---|
InfraOnSelectViewFactory(EventType infraEventType,
boolean addToFront,
boolean isDistinct,
EventPropertyValueGetter distinctKeyGetter,
boolean selectAndDelete,
StreamSelector optionalStreamSelector,
Table optionalInsertIntoTable,
boolean insertInto,
ResultSetProcessorFactoryProvider resultSetProcessorPrototype) |
Modifier and Type | Method and Description |
---|---|
static Iterator<EventBean> |
OutputStrategyUtil.getIterator(JoinExecutionStrategy joinExecutionStrategy,
ResultSetProcessor resultSetProcessor,
Viewable parentView,
boolean distinct,
EventPropertyValueGetter distinctKeyGetter)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
Modifier and Type | Method and Description |
---|---|
EventPropertyValueGetter |
OutputProcessViewDirectDistinctOrAfterFactory.getDistinctKeyGetter() |
EventPropertyValueGetter |
OutputProcessViewConditionSpec.getDistinctKeyGetter() |
Modifier and Type | Method and Description |
---|---|
void |
OutputProcessViewConditionSpec.setDistinctKeyGetter(EventPropertyValueGetter distinctKeyGetter) |
Constructor and Description |
---|
OutputProcessViewDirectDistinctOrAfterFactory(OutputStrategyPostProcessFactory postProcessFactory,
boolean distinct,
EventPropertyValueGetter distinctKeyGetter,
TimePeriodCompute afterTimePeriod,
Integer afterConditionNumberOfEvents) |
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 |
DynamicIndexedPropertyGetterByField
Getter for a dynamic indexed property (syntax field.indexed[0]?), using vanilla reflection.
|
class |
DynamicIndexedPropertyGetterByMethod
Getter for a dynamic indexed property (syntax field.indexed[0]?), using vanilla reflection.
|
class |
DynamicMappedPropertyGetterByField
Getter for a dynamic mapped property (syntax field.mapped('key')?), using vanilla reflection.
|
class |
DynamicMappedPropertyGetterByMethod
Getter for a dynamic mapped property (syntax field.mapped('key')?), using vanilla reflection.
|
class |
DynamicPropertyGetterByFieldBase
Base class for getters for a dynamic property (syntax field.inner?), caches methods to use for classes.
|
class |
DynamicPropertyGetterByMethodBase
Base class for getters for a dynamic property (syntax field.inner?), caches methods to use for classes.
|
class |
DynamicSimplePropertyGetterByField
Getter for a dynamic property (syntax field.inner?), using vanilla reflection.
|
class |
DynamicSimplePropertyGetterByMethod
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 | Method and Description |
---|---|
static EventBean[] |
EventBeanUtility.getDistinctByProp(ArrayDeque<EventBean> events,
EventPropertyValueGetter getter) |
static EventBean[] |
EventBeanUtility.getDistinctByProp(EventBean[] events,
EventPropertyValueGetter getter)
Returns the distinct events by properties.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JsonEventPropertyGetter |
Modifier and Type | Class and Description |
---|---|
class |
JsonGetterIndexedBase |
class |
JsonGetterMappedBase |
class |
JsonGetterNestedArrayIndexedBase |
class |
JsonGetterNestedBase |
Modifier and Type | Class and Description |
---|---|
class |
JsonGetterDynamicIndexedSchema |
class |
JsonGetterDynamicMappedSchema |
class |
JsonGetterDynamicNestedChain
Property getter for Json underlying fields.
|
class |
JsonGetterDynamicNestedSchema
Property getter for Json underlying fields.
|
class |
JsonGetterDynamicSimpleSchema |
class |
JsonGetterIndexedSchema |
class |
JsonGetterMappedSchema
Property getter for Json underlying fields.
|
class |
JsonGetterNestedArrayIndexedSchema |
class |
JsonGetterNestedSchema |
class |
JsonGetterSimpleSchemaBase
Property getter for Json underlying fields.
|
class |
JsonGetterSimpleSchemaWFragment
Property getter for Json underlying fields.
|
class |
JsonGetterSimpleSchemaWFragmentArray
Property getter for Json underlying fields.
|
Modifier and Type | Class and Description |
---|---|
class |
JsonGetterIndexedEntryPOJOProvided
A getter that works on POJO events residing within a Map as an event property.
|
class |
JsonGetterIndexedProvided
Property getter for Json underlying fields.
|
class |
JsonGetterIndexedProvidedBaseNative
Property getter for Json underlying fields.
|
class |
JsonGetterMappedProvided
Property getter for Json underlying fields.
|
class |
JsonGetterNestedArrayIndexedProvided |
class |
JsonGetterNestedPOJOPropProvided |
class |
JsonGetterNestedProvided
Property getter for Json underlying fields.
|
class |
JsonGetterSimpleProvidedBase
Property getter for Json underlying fields.
|
class |
JsonGetterSimpleProvidedWFragmentArray
Property getter for Json underlying fields.
|
class |
JsonGetterSimpleProvidedWFragmentSimple
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.
|
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) |
Constructor and Description |
---|
EventDistinctIterator(Iterator<EventBean> sourceIterator,
EventPropertyValueGetter distinctKeyGetter)
Ctor.
|
Copyright © 2005–2021. All rights reserved.