See: Description
Interface | Description |
---|---|
EventEvaluator |
Interface for matching an event instance based on the event's property values to
filters, specifically filter parameter constants or ranges.
|
EventTypeIndexTraverse | |
FilterServiceGranularLockFactory | |
FilterServiceListener |
Listener to filter activity.
|
FilterServiceSPI |
Service provider interface for filter service.
|
Class | Description |
---|---|
DoubleRangeComparator |
Comparator for DoubleRange values.
|
EventTypeIndex |
Mapping of event type to a tree-like structure
containing filter parameter constants in indexes
FilterParamIndexBase and filter callbacks in FilterHandleSetNode . |
EventTypeIndexBuilder |
This class is responsible for changes to
EventTypeIndex for addition and removal of filters. |
FilterHandleSetNode |
This class holds a list of indizes storing filter constants in
FilterParamIndexBase nodes
and a set of FilterHandle . |
FilterItem | |
FilterParamIndexBase |
Each implementation of this abstract class represents an index of filter parameter constants supplied in filter
parameters in filter specifications that feature the same event property and operator.
|
FilterParamIndexBooleanExpr |
Index that simply maintains a list of boolean expressions.
|
FilterParamIndexCompare |
Index for filter parameter constants for the comparison operators (less, greater, etc).
|
FilterParamIndexCompareString |
Index for filter parameter constants for the comparison operators (less, greater, etc).
|
FilterParamIndexDoubleRange |
Index for filter parameter constants for the range operators (range open/closed/half).
|
FilterParamIndexDoubleRangeBase |
Index for filter parameter constants for the range operators (range open/closed/half).
|
FilterParamIndexDoubleRangeInverted |
Index for filter parameter constants for the not range operators (range open/closed/half).
|
FilterParamIndexEquals |
Index for filter parameter constants to match using the equals (=) operator.
|
FilterParamIndexEqualsBase |
Index for filter parameter constants to match using the equals (=) operator.
|
FilterParamIndexEqualsIs |
Index for filter parameter constants to match using the equals (=) operator.
|
FilterParamIndexIn |
Index for filter parameter constants to match using the 'in' operator to match against a supplied set of values
(i.e.
|
FilterParamIndexLookupableBase |
Each implementation of this abstract class represents an index of filter parameter constants supplied in filter
parameters in filter specifications that feature the same event property and operator.
|
FilterParamIndexNotEquals |
Index for filter parameter constants to match using the equals (=) operator.
|
FilterParamIndexNotEqualsBase |
Index for filter parameter constants to match using the equals (=) operator.
|
FilterParamIndexNotEqualsIs |
Index for filter parameter constants to match using the equals (=) operator.
|
FilterParamIndexNotIn |
Index for filter parameter constants to match using the 'not in' operator to match against a
all other values then the supplied set of values.
|
FilterParamIndexQuadTreeMXCIF | |
FilterParamIndexQuadTreePointRegion | |
FilterParamIndexReboolNoValue |
Index for filter parameter constants to match using the equals (=) operator.
|
FilterParamIndexReboolWithValue | |
FilterParamIndexStringRange |
Index for filter parameter constants for the range operators (range open/closed/half).
|
FilterParamIndexStringRangeBase | |
FilterParamIndexStringRangeInverted |
Index for filter parameter constants for the not range operators (range open/closed/half).
|
FilterServiceBase |
Implementation of the filter service interface.
|
FilterServiceGranularLockFactoryNone | |
FilterServiceGranularLockFactoryReentrant | |
FilterServiceLockCoarse | |
FilterServiceLockFine | |
FilterSet |
Holder object for a set of filters for one or more statements.
|
FilterSetEntry |
Entry to a
FilterSet filter set taken from a FilterService . |
IndexFactory |
Factory for
FilterParamIndexBase instances based on event property name and filter operator type. |
IndexHelper |
Utility class for matching filter parameters to indizes.
|
IndexTreeBuilderAdd | |
IndexTreeBuilderRemove | |
StringRangeComparator |
Comparator for DoubleRange values.
|
SupportFilterForEvalConstantDouble |
A Double-typed value as a filter parameter representing a range.
|
Exception | Description |
---|---|
FilterLockBackoffException |
Main switchboard filtering and routing of incoming events to interested statements is performed in this package.
Copyright © 2005–2021. All rights reserved.