Package | Description |
---|---|
com.espertech.esper.core.context.mgr |
Context management.
|
com.espertech.esper.epl.spec |
Contains EPL statement specification classes define the constructs that make up an EPL statement,
such as the list of items in the select clause, the insert-into stream name and property names etc.
|
com.espertech.esper.filter |
Main switchboard filtering and routing of incoming events to interested statements is performed in this package.
|
com.espertech.esper.pattern |
Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active
pattern instance
|
Modifier and Type | Method and Description |
---|---|
static FilterValueSetParam[][] |
ContextControllerAddendumUtil.addAddendum(FilterValueSetParam[][] filters,
FilterValueSetParam toAdd) |
static FilterValueSetParam[][] |
ContextControllerAddendumUtil.addAddendum(FilterValueSetParam[][] filters,
FilterValueSetParam[] toAdd) |
FilterValueSetParam[][] |
AgentInstanceFilterProxyImpl.getAddendumFilters(FilterSpecCompiled filterSpec) |
FilterValueSetParam[][] |
AgentInstanceFilterProxy.getAddendumFilters(FilterSpecCompiled filterSpec) |
static FilterValueSetParam[][] |
ContextControllerHashFactoryBase.getAddendumFilters(FilterSpecCompiled filterSpecCompiled,
int hashCode,
ContextDetailHash hashSpec,
ContextControllerStatementDesc statementDesc) |
static FilterValueSetParam[][] |
ContextControllerPartitionedUtil.getAddendumFilters(Object keyValue,
FilterSpecCompiled filtersSpec,
ContextDetailPartitioned segmentedSpec,
StatementSpecCompiled optionalStatementSpecCompiled) |
FilterValueSetParam[][] |
ContextInternalFilterAddendum.getFilterAddendum(FilterSpecCompiled filterSpecCompiled) |
static FilterValueSetParam[][] |
ContextControllerAddendumUtil.multiplyAddendum(FilterValueSetParam[][] filtersFirst,
FilterValueSetParam[][] filtersSecond) |
Modifier and Type | Method and Description |
---|---|
static FilterValueSetParam[][] |
ContextControllerAddendumUtil.addAddendum(FilterValueSetParam[][] filters,
FilterValueSetParam toAdd) |
static FilterValueSetParam[][] |
ContextControllerAddendumUtil.addAddendum(FilterValueSetParam[][] filters,
FilterValueSetParam toAdd) |
static FilterValueSetParam[][] |
ContextControllerAddendumUtil.addAddendum(FilterValueSetParam[][] filters,
FilterValueSetParam[] toAdd) |
static FilterValueSetParam[][] |
ContextControllerAddendumUtil.addAddendum(FilterValueSetParam[][] filters,
FilterValueSetParam[] toAdd) |
static FilterValueSetParam[][] |
ContextControllerAddendumUtil.multiplyAddendum(FilterValueSetParam[][] filtersFirst,
FilterValueSetParam[][] filtersSecond) |
static FilterValueSetParam[][] |
ContextControllerAddendumUtil.multiplyAddendum(FilterValueSetParam[][] filtersFirst,
FilterValueSetParam[][] filtersSecond) |
Modifier and Type | Method and Description |
---|---|
FilterValueSetParam[][] |
ContextDetailCategoryItem.getCompiledFilterParam() |
FilterValueSetParam[][] |
ContextDetailCategory.getFilterParamsCompiled() |
FilterValueSetParam[][] |
ContextDetailPartitionItem.getParametersCompiled() |
FilterValueSetParam[][] |
ContextDetailHashItem.getParametersCompiled() |
Modifier and Type | Class and Description |
---|---|
class |
FilterValueSetParamImpl
Filter parameter value defining the event property to filter, the filter operator, and the filter value.
|
Modifier and Type | Method and Description |
---|---|
static FilterValueSetParam |
IndexHelper.findParameter(ArrayDeque<FilterValueSetParam> parameters,
FilterParamIndexBase index)
Determine among the passed in filter parameters any parameter that matches the given index on property name and
filter operator type.
|
FilterValueSetParam[][] |
FilterValueSetImpl.getParameters()
Returns list of filter parameters.
|
FilterValueSetParam[][] |
FilterValueSet.getParameters()
Returns list of filter parameters.
|
Modifier and Type | Method and Description |
---|---|
static Pair<FilterValueSetParam,FilterParamIndexBase> |
IndexHelper.findIndex(ArrayDeque<FilterValueSetParam> parameters,
List<FilterParamIndexBase> indizes)
Find an index that matches one of the filter parameters passed.
|
Modifier and Type | Method and Description |
---|---|
FilterValueSet |
FilterSpecCompiled.getValueSet(MatchedEventMap matchedEvents,
AgentInstanceContext agentInstanceContext,
FilterValueSetParam[][] addendum)
Returns the values for the filter, using the supplied result events to ask filter parameters
for the value to filter for.
|
Modifier and Type | Method and Description |
---|---|
static Pair<FilterValueSetParam,FilterParamIndexBase> |
IndexHelper.findIndex(ArrayDeque<FilterValueSetParam> parameters,
List<FilterParamIndexBase> indizes)
Find an index that matches one of the filter parameters passed.
|
static FilterValueSetParam |
IndexHelper.findParameter(ArrayDeque<FilterValueSetParam> parameters,
FilterParamIndexBase index)
Determine among the passed in filter parameters any parameter that matches the given index on property name and
filter operator type.
|
Constructor and Description |
---|
FilterValueSetImpl(EventType eventType,
FilterValueSetParam[][] parameters)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
FilterValueSetParam[][] |
EvalFilterNode.getAddendumFilters() |