Interface | Description |
---|---|
FilterBooleanExpressionFactory | |
FilterSpecParamFilterForEval | |
FilterSpecParamFilterForEvalDouble | |
FilterSpecParamInValue |
Denotes a value for use by the in-keyword within a list of values
|
FilterValueSet |
Contains the filter criteria to sift through events.
|
FilterValueSetParam |
This interface represents one filter parameter in an
FilterValueSet filter specification. |
MatchedEventMap |
Collection for internal use similar to the MatchedEventMap class in the client package
that holds the one or more events that could match any defined event expressions.
|
PropertyEvaluator |
Interface for a function that evaluates the properties of an event and returns event representing the properties.
|
Range |
Class | Description |
---|---|
DoubleRange |
Holds a range of double values with a minimum (start) value and a maximum (end) value.
|
ExprNodeAdapterBase | |
FilterAddendumUtil | |
FilterSpecCompiled |
Contains the filter criteria to sift through events.
|
FilterSpecParam |
This class represents one filter parameter in an
FilterSpecCompiled filter specification. |
FilterSpecParamAdvancedIndexQuadTreeMXCIF | |
FilterSpecParamAdvancedIndexQuadTreePointRegion | |
FilterSpecParamComparator |
Sort comparator for filter parameters that sorts filter parameters according to filter operator type.
|
FilterSpecParamConstant |
This class represents a single, constant value filter parameter in an
FilterSpecCompiled filter specification. |
FilterSpecParamContextProp |
This class represents a filter parameter containing a reference to a context property.
|
FilterSpecParamEventProp |
This class represents a filter parameter containing a reference to another event's property
in the event pattern result, for use to describe a filter parameter in a
FilterSpecCompiled filter specification. |
FilterSpecParamEventPropIndexed |
This class represents a filter parameter containing a reference to another event's property
in the event pattern result, for use to describe a filter parameter in a
FilterSpecCompiled filter specification. |
FilterSpecParamExprNode |
This class represents an arbitrary expression node returning a boolean value as a filter parameter in an
FilterSpecCompiled filter specification. |
FilterSpecParamIn |
This class represents a 'in' filter parameter in an
FilterSpecCompiled filter specification. |
FilterSpecParamRange |
This class represents a range filter parameter in an
FilterSpecCompiled filter specification. |
FilterValueSetImpl |
Container for filter values for use by the filter service to filter and distribute incoming events.
|
FilterValueSetParamImpl |
Filter parameter value defining the event property to filter, the filter operator, and the filter value.
|
MatchedEventMapImpl |
Collection for internal use similar to the MatchedEventMap class in the client package
that holds the one or more events that could match any defined event expressions.
|
MatchedEventMapMeta | |
StringRange |
Holds a range of double values with a minimum (start) value and a maximum (end) value.
|
Enum | Description |
---|---|
FilterOperator |
Defines the different operator types available for event filters.
|