Package | Description |
---|---|
com.espertech.esper.common.internal.context.controller.category | |
com.espertech.esper.common.internal.filterspec |
Modifier and Type | Method and Description |
---|---|
FilterSpecParam[][] |
ContextControllerDetailCategoryItem.getCompiledFilterParam() |
Modifier and Type | Method and Description |
---|---|
void |
ContextControllerDetailCategoryItem.setCompiledFilterParam(FilterSpecParam[][] compiledFilterParam) |
Modifier and Type | Class and Description |
---|---|
class |
FilterSpecParamAdvancedIndexQuadTreeMXCIF |
class |
FilterSpecParamAdvancedIndexQuadTreePointRegion |
class |
FilterSpecParamExprNode
This class represents an arbitrary expression node returning a boolean value as a filter parameter in an
FilterSpecActivatable filter specification. |
Modifier and Type | Field and Description |
---|---|
static FilterSpecParam[] |
FilterSpecParam.EMPTY_PARAM_ARRAY |
Modifier and Type | Method and Description |
---|---|
FilterSpecParam[][] |
FilterSpecActivatable.getParameters()
Returns list of filter parameters.
|
static FilterSpecParam[] |
FilterSpecParam.toArray(Collection<FilterSpecParam> coll) |
Modifier and Type | Method and Description |
---|---|
static FilterValueSetParam[][] |
FilterSpecActivatable.evaluateValueSet(FilterSpecParam[][] parameters,
MatchedEventMap matchedEvents,
AgentInstanceContext agentInstanceContext) |
static FilterValueSetParam[][] |
FilterSpecActivatable.evaluateValueSet(FilterSpecParam[][] parameters,
MatchedEventMap matchedEvents,
ExprEvaluatorContext exprEvaluatorContext,
StatementContextFilterEvalEnv filterEvalEnv) |
Modifier and Type | Method and Description |
---|---|
static FilterSpecParam[] |
FilterSpecParam.toArray(Collection<FilterSpecParam> coll) |
Constructor and Description |
---|
FilterSpecActivatable(EventType eventType,
String eventTypeName,
FilterSpecParam[][] filterParameters,
PropertyEvaluator optionalPropertyEvaluator,
int filterCallbackId)
Constructor - validates parameter list against event type, throws exception if invalid
property names or mismatcing filter operators are found.
|
Copyright © 2005–2020. All rights reserved.