Uses of Interface
com.espertech.esper.common.client.EventPropertyValueGetter
Packages that use EventPropertyValueGetter
Package
Description
Common API: Classes that are generally relevant to both the compiler API and the processEvent API.
Poll result indexing strategies.
Composite query execution for hash+btree combined lookup.
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
XML event wrappers
-
Uses of EventPropertyValueGetter in com.espertech.esper.common.client
Subinterfaces of EventPropertyValueGetter in com.espertech.esper.common.clientModifier and TypeInterfaceDescriptioninterface
Get property values from an event instance for a given event property. -
Uses of EventPropertyValueGetter in com.espertech.esper.common.internal.context.aifactory.createtable
Methods in com.espertech.esper.common.internal.context.aifactory.createtable with parameters of type EventPropertyValueGetterModifier and TypeMethodDescriptionvoid
StatementAgentInstanceFactoryCreateTable.setPrimaryKeyGetter
(EventPropertyValueGetter primaryKeyGetter) -
Uses of EventPropertyValueGetter in com.espertech.esper.common.internal.context.aifactory.ontrigger.ontrigger
Methods in com.espertech.esper.common.internal.context.aifactory.ontrigger.ontrigger with parameters of type EventPropertyValueGetterModifier and TypeMethodDescriptionvoid
StatementAgentInstanceFactoryOnTriggerInfraSelect.setDistinctKeyGetter
(EventPropertyValueGetter distinctKeyGetter) -
Uses of EventPropertyValueGetter in com.espertech.esper.common.internal.context.controller.keyed
Methods in com.espertech.esper.common.internal.context.controller.keyed that return EventPropertyValueGetterMethods in com.espertech.esper.common.internal.context.controller.keyed with parameters of type EventPropertyValueGetterModifier and TypeMethodDescriptionvoid
ContextControllerDetailKeyedItem.setGetter
(EventPropertyValueGetter getter) -
Uses of EventPropertyValueGetter in com.espertech.esper.common.internal.epl.expression.dot.core
Classes in com.espertech.esper.common.internal.epl.expression.dot.core that implement EventPropertyValueGetter -
Uses of EventPropertyValueGetter in com.espertech.esper.common.internal.epl.fafquery.querymethod
Methods in com.espertech.esper.common.internal.epl.fafquery.querymethod that return EventPropertyValueGetterMethods in com.espertech.esper.common.internal.epl.fafquery.querymethod with parameters of type EventPropertyValueGetterModifier and TypeMethodDescriptionvoid
FAFQueryMethodSelect.setDistinctKeyGetter
(EventPropertyValueGetter distinctKeyGetter) -
Uses of EventPropertyValueGetter in com.espertech.esper.common.internal.epl.historical.indexingstrategy
Methods in com.espertech.esper.common.internal.epl.historical.indexingstrategy with parameters of type EventPropertyValueGetterModifier and TypeMethodDescriptionvoid
PollResultIndexingStrategyComposite.setHashGetter
(EventPropertyValueGetter hashGetter) void
PollResultIndexingStrategyComposite.setRangeGetters
(EventPropertyValueGetter[] rangeGetters) void
PollResultIndexingStrategyHash.setValueGetter
(EventPropertyValueGetter valueGetter) void
PollResultIndexingStrategySorted.setValueGetter
(EventPropertyValueGetter valueGetter) void
PollResultIndexingStrategyInKeywordMulti.setValueGetters
(EventPropertyValueGetter[] valueGetters) -
Uses of EventPropertyValueGetter in com.espertech.esper.common.internal.epl.index.base
Methods in com.espertech.esper.common.internal.epl.index.base with parameters of type EventPropertyValueGetterModifier and TypeMethodDescriptionEventTableIndexService.createComposite
(int indexedStreamNum, EventType eventType, String[] indexProps, EPTypeClass[] indexCoercionTypes, EventPropertyValueGetter indexGetter, MultiKeyFromObjectArray transformFireAndForget, DataInputOutputSerde keySerde, String[] rangeProps, EPTypeClass[] rangeCoercionTypes, EventPropertyValueGetter[] rangeGetters, DataInputOutputSerde[] rangeSerdes, DataInputOutputSerde optionalValueSerde, boolean isFireAndForget) EventTableIndexServiceImpl.createComposite
(int indexedStreamNum, EventType eventType, String[] indexProps, EPTypeClass[] indexCoercionTypes, EventPropertyValueGetter indexGetter, MultiKeyFromObjectArray transformFireAndForget, DataInputOutputSerde keySerde, String[] rangeProps, EPTypeClass[] rangeCoercionTypes, EventPropertyValueGetter[] rangeGetters, DataInputOutputSerde[] rangeSerdes, DataInputOutputSerde optionalValueSerde, boolean isFireAndForget) EventTableIndexService.createHashedOnly
(int indexedStreamNum, EventType eventType, String[] indexProps, MultiKeyFromObjectArray transformFireAndForget, DataInputOutputSerde keySerde, boolean unique, String optionalIndexName, EventPropertyValueGetter getter, DataInputOutputSerde optionalValueSerde, boolean isFireAndForget, StateMgmtSetting stateMgmtSettings) EventTableIndexServiceImpl.createHashedOnly
(int indexedStreamNum, EventType eventType, String[] indexProps, MultiKeyFromObjectArray transformFireAndForget, DataInputOutputSerde keySerde, boolean unique, String optionalIndexName, EventPropertyValueGetter getter, DataInputOutputSerde optionalValueSerde, boolean isFireAndForget, StateMgmtSetting stateMgmtSettings) EventTableIndexService.createInArray
(int streamNum, EventType eventType, String[] propertyNames, EPTypeClass[] indexTypes, DataInputOutputSerde[] indexSerdes, boolean unique, EventPropertyValueGetter[] getters, boolean isFireAndForget, StateMgmtSetting stateMgmtSettings) EventTableIndexServiceImpl.createInArray
(int streamNum, EventType eventType, String[] propertyNames, EPTypeClass[] indexTypes, DataInputOutputSerde[] indexSerdes, boolean unique, EventPropertyValueGetter[] getters, boolean isFireAndForget, StateMgmtSetting stateMgmtSettings) EventTableIndexService.createSorted
(int indexedStreamNum, EventType eventType, String indexedProp, EPTypeClass indexType, EventPropertyValueGetter getter, DataInputOutputSerde serde, DataInputOutputSerde optionalValueSerde, boolean isFireAndForget, StateMgmtSetting stateMgmtSettings) EventTableIndexServiceImpl.createSorted
(int indexedStreamNum, EventType eventType, String indexedProp, EPTypeClass indexType, EventPropertyValueGetter getter, DataInputOutputSerde serde, DataInputOutputSerde optionalValueSerde, boolean isFireAndForget, StateMgmtSetting stateMgmtSettings) -
Uses of EventPropertyValueGetter in com.espertech.esper.common.internal.epl.index.composite
Fields in com.espertech.esper.common.internal.epl.index.composite declared as EventPropertyValueGetterModifier and TypeFieldDescriptionprotected final EventPropertyValueGetter
PropertyCompositeEventTableFactory.hashGetter
protected final EventPropertyValueGetter[]
PropertyCompositeEventTableFactory.rangeGetters
Constructors in com.espertech.esper.common.internal.epl.index.composite with parameters of type EventPropertyValueGetterModifierConstructorDescriptionPropertyCompositeEventTableFactory
(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 keySerde, String[] rangeProps, EPTypeClass[] rangeTypes, EventPropertyValueGetter[] rangeGetters, DataInputOutputSerde[] rangeKeySerdes) -
Uses of EventPropertyValueGetter in com.espertech.esper.common.internal.epl.index.hash
Fields in com.espertech.esper.common.internal.epl.index.hash declared as EventPropertyValueGetterModifier and TypeFieldDescriptionprotected final EventPropertyValueGetter
PropertyHashedEventTableFactory.propertyGetter
Constructors in com.espertech.esper.common.internal.epl.index.hash with parameters of type EventPropertyValueGetterModifierConstructorDescriptionPropertyHashedEventTableFactory
(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 keySerde, StateMgmtSetting stateMgmtSettings) -
Uses of EventPropertyValueGetter in com.espertech.esper.common.internal.epl.index.inkeyword
Fields in com.espertech.esper.common.internal.epl.index.inkeyword declared as EventPropertyValueGetterModifier and TypeFieldDescriptionprotected final EventPropertyValueGetter[]
PropertyHashedArrayFactory.propertyGetters
protected final EventPropertyValueGetter[]
PropertyHashedArrayFactoryFactory.propertyGetters
Constructors in com.espertech.esper.common.internal.epl.index.inkeyword with parameters of type EventPropertyValueGetterModifierConstructorDescriptionPropertyHashedArrayFactory
(int streamNum, String[] propertyNames, boolean unique, String optionalIndexName, EventPropertyValueGetter[] propertyGetters) PropertyHashedArrayFactoryFactory
(int streamNum, String[] propertyNames, EPTypeClass[] propertyTypes, DataInputOutputSerde[] propertySerdes, boolean unique, EventPropertyValueGetter[] propertyGetters, boolean isFireAndForget, StateMgmtSetting stateMgmtSettings) -
Uses of EventPropertyValueGetter in com.espertech.esper.common.internal.epl.index.sorted
Fields in com.espertech.esper.common.internal.epl.index.sorted declared as EventPropertyValueGetterModifier and TypeFieldDescriptionprotected final EventPropertyValueGetter
PropertySortedEventTableFactory.propertyGetter
Constructors in com.espertech.esper.common.internal.epl.index.sorted with parameters of type EventPropertyValueGetterModifierConstructorDescriptionPropertySortedEventTableFactory
(int streamNum, String propertyName, EventPropertyValueGetter propertyGetter, EPTypeClass valueType) PropertySortedFactoryFactory
(int indexedStreamNum, Integer subqueryNum, boolean isFireAndForget, String indexProp, EPTypeClass indexType, EventPropertyValueGetter valueGetter, DataInputOutputSerde indexSerde, StateMgmtSetting stateMgmtSettings) -
Uses of EventPropertyValueGetter in com.espertech.esper.common.internal.epl.join.exec.composite
Constructors in com.espertech.esper.common.internal.epl.join.exec.composite with parameters of type EventPropertyValueGetterModifierConstructorDescriptionCompositeIndexEnterRemoveRange
(EventPropertyValueGetter propertyGetter) -
Uses of EventPropertyValueGetter in com.espertech.esper.common.internal.epl.join.indexlookupplan
Fields in com.espertech.esper.common.internal.epl.join.indexlookupplan declared as EventPropertyValueGetterModifier and TypeFieldDescriptionprotected final EventPropertyValueGetter
IndexedTableLookupPlanHashedOnlyFactory.eventPropertyValueGetter
Methods in com.espertech.esper.common.internal.epl.join.indexlookupplan that return EventPropertyValueGetterModifier and TypeMethodDescriptionIndexedTableLookupPlanHashedOnlyFactory.getEventPropertyValueGetter()
Constructors in com.espertech.esper.common.internal.epl.join.indexlookupplan with parameters of type EventPropertyValueGetterModifierConstructorDescriptionIndexedTableLookupPlanHashedOnlyFactory
(int lookupStream, int indexedStream, TableLookupIndexReqKey[] indexNum, EventPropertyValueGetter eventPropertyValueGetter) -
Uses of EventPropertyValueGetter in com.espertech.esper.common.internal.epl.join.queryplan
Methods in com.espertech.esper.common.internal.epl.join.queryplan that return EventPropertyValueGetterModifier and TypeMethodDescriptionQueryPlanIndexItem.getHashGetter()
QueryPlanIndexItem.getRangeGetters()
Constructors in com.espertech.esper.common.internal.epl.join.queryplan with parameters of type EventPropertyValueGetterModifierConstructorDescriptionQueryPlanIndexItem
(String[] hashProps, EPTypeClass[] hashPropTypes, EventPropertyValueGetter hashGetter, MultiKeyFromObjectArray transformFireAndForget, DataInputOutputSerde hashKeySerde, String[] rangeProps, EPTypeClass[] rangePropTypes, EventPropertyValueGetter[] rangeGetters, DataInputOutputSerde[] rangeKeySerdes, boolean unique, EventAdvancedIndexProvisionRuntime advancedIndexProvisionDesc, StateMgmtSetting stateMgmtSettings) -
Uses of EventPropertyValueGetter in com.espertech.esper.common.internal.epl.ontrigger
Methods in com.espertech.esper.common.internal.epl.ontrigger that return EventPropertyValueGetterConstructors in com.espertech.esper.common.internal.epl.ontrigger with parameters of type EventPropertyValueGetterModifierConstructorDescriptionInfraOnSelectViewFactory
(EventType infraEventType, boolean addToFront, boolean isDistinct, EventPropertyValueGetter distinctKeyGetter, boolean selectAndDelete, StreamSelector optionalStreamSelector, Table optionalInsertIntoTable, boolean insertInto, ResultSetProcessorFactoryProvider resultSetProcessorPrototype, ExprEvaluator eventPrecedence) -
Uses of EventPropertyValueGetter in com.espertech.esper.common.internal.epl.output.core
Methods in com.espertech.esper.common.internal.epl.output.core with parameters of type EventPropertyValueGetterModifier and TypeMethodDescriptionOutputStrategyUtil.getIterator
(JoinExecutionStrategy joinExecutionStrategy, ResultSetProcessor resultSetProcessor, Viewable parentView, boolean distinct, EventPropertyValueGetter distinctKeyGetter) NOTE: Code-generation-invoked method, method name and parameter order matters -
Uses of EventPropertyValueGetter in com.espertech.esper.common.internal.epl.output.view
Methods in com.espertech.esper.common.internal.epl.output.view that return EventPropertyValueGetterModifier and TypeMethodDescriptionOutputProcessViewConditionSpec.getDistinctKeyGetter()
OutputProcessViewDirectDistinctOrAfterFactory.getDistinctKeyGetter()
Methods in com.espertech.esper.common.internal.epl.output.view with parameters of type EventPropertyValueGetterModifier and TypeMethodDescriptionvoid
OutputProcessViewConditionSpec.setDistinctKeyGetter
(EventPropertyValueGetter distinctKeyGetter) Constructors in com.espertech.esper.common.internal.epl.output.view with parameters of type EventPropertyValueGetterModifierConstructorDescriptionOutputProcessViewDirectDistinctOrAfterFactory
(OutputStrategyPostProcessFactory postProcessFactory, boolean distinct, EventPropertyValueGetter distinctKeyGetter, TimePeriodCompute afterTimePeriod, Integer afterConditionNumberOfEvents) -
Uses of EventPropertyValueGetter in com.espertech.esper.common.internal.epl.table.core
Fields in com.espertech.esper.common.internal.epl.table.core declared as EventPropertyValueGetterMethods in com.espertech.esper.common.internal.epl.table.core with parameters of type EventPropertyValueGetterModifier and TypeMethodDescriptionvoid
Table.setPrimaryKeyGetter
(EventPropertyValueGetter primaryKeyGetter) void
TableBase.setPrimaryKeyGetter
(EventPropertyValueGetter primaryKeyGetter) -
Uses of EventPropertyValueGetter in com.espertech.esper.common.internal.epl.variable.core
Methods in com.espertech.esper.common.internal.epl.variable.core that return EventPropertyValueGetterMethods in com.espertech.esper.common.internal.epl.variable.core with parameters of type EventPropertyValueGetterModifier and TypeMethodDescriptionvoid
VariableTriggerWriteDesc.setGetter
(EventPropertyValueGetter getter) -
Uses of EventPropertyValueGetter in com.espertech.esper.common.internal.event.arr
Subinterfaces of EventPropertyValueGetter in com.espertech.esper.common.internal.event.arrModifier and TypeInterfaceDescriptioninterface
Property getter for Objectarray-underlying events.interface
Property getter for Object-array-underlying events.interface
Property getter for Map-underlying events.Classes in com.espertech.esper.common.internal.event.arr that implement EventPropertyValueGetterModifier and TypeClassDescriptionclass
A getter that works on POJO events residing within a Map as an event property.class
A getter that works on arrays residing within a Map as an event property.class
Getter for Map-entries with well-defined fragment type.class
Getter for a dynamic property (syntax field.inner?), using vanilla reflection.class
A getter for use with Map-based events simply returns the value for the key.class
Getter for an array of event bean using a nested getter.class
Getter for array events.class
Returns the event bean or the underlying array.class
A getter that works on EventBean events residing within a Map as an event property.class
A getter for use with Map-based events simply returns the value for the key.class
Getter for map array.class
Getter for a dynamic indexed property for maps.class
Getter for a dynamic mappeds property for maps.class
class
A getter that works on EventBean events residing within a Map as an event property.class
class
class
A getter that works on EventBean events residing within a Map as an event property.class
A getter that works on EventBean events residing within a Map as an event property.class
A getter that works on POJO events residing within a Map as an event property.class
Getter for map entry.class
Getter for map entry.class
Getter for map entry. -
Uses of EventPropertyValueGetter in com.espertech.esper.common.internal.event.bean.core
Subinterfaces of EventPropertyValueGetter in com.espertech.esper.common.internal.event.bean.coreModifier and TypeInterfaceDescriptioninterface
Shortcut-evaluator for use with POJO-backed events only. -
Uses of EventPropertyValueGetter in com.espertech.esper.common.internal.event.bean.getter
Classes in com.espertech.esper.common.internal.event.bean.getter that implement EventPropertyValueGetterModifier 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
Base getter for native fragments.class
Getter for a dynamic indexed property (syntax field.indexed[0]?), using vanilla reflection.class
Getter for a dynamic indexed property (syntax field.indexed[0]?), using vanilla reflection.class
Getter for a dynamic mapped property (syntax field.mapped('key')?), using vanilla reflection.class
Getter for a dynamic mapped property (syntax field.mapped('key')?), using vanilla reflection.class
Base class for getters for a dynamic property (syntax field.inner?), caches methods to use for classes.class
Base class for getters for a dynamic property (syntax field.inner?), caches methods to use for classes.class
Getter for a dynamic property (syntax field.inner?), using vanilla reflection.class
Getter for a dynamic property (syntax field.inner?), 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 key property identified by a given key value, 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.class
Getter for one or more levels deep nested properties.final class
Property getter for fields using Java's vanilla reflection.final class
Property getter for methods using Java's vanilla reflection. -
Uses of EventPropertyValueGetter in com.espertech.esper.common.internal.event.core
Subinterfaces of EventPropertyValueGetter in com.espertech.esper.common.internal.event.coreModifier and TypeInterfaceDescriptioninterface
interface
interface
Methods in com.espertech.esper.common.internal.event.core with parameters of type EventPropertyValueGetterModifier and TypeMethodDescriptionstatic EventBean[]
EventBeanUtility.getDistinctByProp
(EventBean[] events, EventPropertyValueGetter getter) Returns the distinct events by properties.static EventBean[]
EventBeanUtility.getDistinctByProp
(ArrayDeque<EventBean> events, EventPropertyValueGetter getter) -
Uses of EventPropertyValueGetter in com.espertech.esper.common.internal.event.json.getter.core
Subinterfaces of EventPropertyValueGetter in com.espertech.esper.common.internal.event.json.getter.coreClasses in com.espertech.esper.common.internal.event.json.getter.core that implement EventPropertyValueGetterModifier and TypeClassDescriptionclass
class
class
class
-
Uses of EventPropertyValueGetter in com.espertech.esper.common.internal.event.json.getter.fromschema
Classes in com.espertech.esper.common.internal.event.json.getter.fromschema that implement EventPropertyValueGetterModifier and TypeClassDescriptionclass
class
final class
Property getter for Json underlying fields.final class
Property getter for Json underlying fields.class
final class
final class
Property getter for Json underlying fields.final class
final class
class
Property getter for Json underlying fields.class
Property getter for Json underlying fields.class
Property getter for Json underlying fields. -
Uses of EventPropertyValueGetter in com.espertech.esper.common.internal.event.json.getter.provided
Classes in com.espertech.esper.common.internal.event.json.getter.provided that implement EventPropertyValueGetterModifier and TypeClassDescriptionclass
A getter that works on POJO events residing within a Map as an event property.final class
Property getter for Json underlying fields.final class
Property getter for Json underlying fields.final class
Property getter for Json underlying fields.final class
class
final class
Property getter for Json underlying fields.class
Property getter for Json underlying fields.class
Property getter for Json underlying fields.class
Property getter for Json underlying fields. -
Uses of EventPropertyValueGetter in com.espertech.esper.common.internal.event.map
Subinterfaces of EventPropertyValueGetter in com.espertech.esper.common.internal.event.mapModifier and TypeInterfaceDescriptioninterface
Property getter for Map-underlying events.interface
Property getter for Map-underlying events.interface
Property getter for Map-underlying events.Classes in com.espertech.esper.common.internal.event.map that implement EventPropertyValueGetterModifier and TypeClassDescriptionclass
A getter that works on POJO events residing within a Map as an event property.class
A getter that works on arrays residing within a Map as an event property.class
Getter for Map-entries with well-defined fragment type.class
class
A getter for use with Map-based events simply returns the value for the key.class
Getter for an array of event bean using a nested getter.class
Getter for array events.class
Returns the event bean or the underlying array.class
A getter that works on EventBean events residing within a Map as an event property.class
A getter for use with Map-based events simply returns the value for the key.class
Getter for map array.class
Getter for a dynamic indexed property for maps.class
Getter for a dynamic mappeds property for maps.class
A getter that interrogates a given property in a map which may itself contain nested maps or indexed entries.class
A getter that works on EventBean events residing within a Map as an event property.class
class
class
A getter that works on EventBean events residing within a Map as an event property.class
A getter that works on EventBean events residing within a Map as an event property.class
class
Getter for one or more levels deep nested properties of maps.class
Getter for one or more levels deep nested properties of maps.class
A getter that works on POJO events residing within a Map as an event property.class
Getter for map entry.class
Getter for map entry.class
Getter for map entry.class
Getter for map entry. -
Uses of EventPropertyValueGetter in com.espertech.esper.common.internal.event.variant
Classes in com.espertech.esper.common.internal.event.variant that implement EventPropertyValueGetterModifier and TypeClassDescriptionclass
class
-
Uses of EventPropertyValueGetter in com.espertech.esper.common.internal.event.wrap
Classes in com.espertech.esper.common.internal.event.wrap that implement EventPropertyValueGetterModifier and TypeClassDescriptionclass
class
-
Uses of EventPropertyValueGetter in com.espertech.esper.common.internal.event.xml
Subinterfaces of EventPropertyValueGetter in com.espertech.esper.common.internal.event.xmlModifier and TypeInterfaceDescriptioninterface
Shortcut-getter for DOM underlying objects.Classes in com.espertech.esper.common.internal.event.xml that implement EventPropertyValueGetterModifier and TypeClassDescriptionclass
Getter for both attribute and element values, attributes are checked first.class
Getter for a DOM complex element.class
Getter for converting a Node child nodes into an array.class
Getter for parsing node content to a desired type.class
Getter for retrieving a value at a certain index.class
DOM getter for Map-property.class
Getter for nested properties in a DOM tree.class
Getter for simple attributes in a DOM node.class
Getter for XPath explicit properties returning an element in an array.class
Getter for properties of DOM xml events. -
Uses of EventPropertyValueGetter in com.espertech.esper.common.internal.filterspec
Methods in com.espertech.esper.common.internal.filterspec that return EventPropertyValueGetterModifier and TypeMethodDescriptionFilterSpecLookupableAdvancedIndex.getHeight()
FilterSpecLookupableAdvancedIndex.getWidth()
FilterSpecLookupableAdvancedIndex.getX()
FilterSpecLookupableAdvancedIndex.getY()
Methods in com.espertech.esper.common.internal.filterspec with parameters of type EventPropertyValueGetterModifier and TypeMethodDescriptionvoid
FilterSpecLookupableAdvancedIndex.setHeight
(EventPropertyValueGetter height) void
FilterSpecLookupableAdvancedIndex.setWidth
(EventPropertyValueGetter width) void
FilterSpecLookupableAdvancedIndex.setX
(EventPropertyValueGetter x) void
FilterSpecLookupableAdvancedIndex.setY
(EventPropertyValueGetter y) -
Uses of EventPropertyValueGetter in com.espertech.esper.common.internal.view.util
Constructors in com.espertech.esper.common.internal.view.util with parameters of type EventPropertyValueGetterModifierConstructorDescriptionEventDistinctIterator
(Iterator<EventBean> sourceIterator, EventPropertyValueGetter distinctKeyGetter) Ctor.