Package | Description |
---|---|
com.espertech.esper.filter |
Main switchboard filtering and routing of incoming events to interested statements is performed in this package.
|
com.espertech.esper.metrics.instrumentation |
EPL instrumentation helpers.
|
Modifier and Type | Class and Description |
---|---|
class |
FilterParamIndexCompare
Index for filter parameter constants for the comparison operators (less, greater, etc).
|
class |
FilterParamIndexCompareString
Index for filter parameter constants for the comparison operators (less, greater, etc).
|
class |
FilterParamIndexDoubleRange
Index for filter parameter constants for the range operators (range open/closed/half).
|
class |
FilterParamIndexDoubleRangeBase
Index for filter parameter constants for the range operators (range open/closed/half).
|
class |
FilterParamIndexDoubleRangeInverted
Index for filter parameter constants for the not range operators (range open/closed/half).
|
class |
FilterParamIndexEquals
Index for filter parameter constants to match using the equals (=) operator.
|
class |
FilterParamIndexEqualsBase
Index for filter parameter constants to match using the equals (=) operator.
|
class |
FilterParamIndexEqualsIs
Index for filter parameter constants to match using the equals (=) operator.
|
class |
FilterParamIndexIn
Index for filter parameter constants to match using the 'in' operator to match against a supplied set of values
(i.e.
|
class |
FilterParamIndexNotEquals
Index for filter parameter constants to match using the equals (=) operator.
|
class |
FilterParamIndexNotEqualsBase
Index for filter parameter constants to match using the equals (=) operator.
|
class |
FilterParamIndexNotEqualsIs
Index for filter parameter constants to match using the equals (=) operator.
|
class |
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.
|
class |
FilterParamIndexQuadTreeMXCIF |
class |
FilterParamIndexQuadTreePointRegion |
class |
FilterParamIndexStringRange
Index for filter parameter constants for the range operators (range open/closed/half).
|
class |
FilterParamIndexStringRangeBase |
class |
FilterParamIndexStringRangeInverted
Index for filter parameter constants for the not range operators (range open/closed/half).
|
Modifier and Type | Method and Description |
---|---|
void |
InstrumentationDefault.qFilterReverseIndex(FilterParamIndexLookupableBase filterParamIndex,
Object propertyValue) |
void |
Instrumentation.qFilterReverseIndex(FilterParamIndexLookupableBase filterParamIndex,
Object propertyValue) |