Uses of Interface
com.espertech.esper.filter.FilterValueSetParam

Packages that use FilterValueSetParam
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 
 

Uses of FilterValueSetParam in com.espertech.esper.core.context.mgr
 

Methods in com.espertech.esper.core.context.mgr that return FilterValueSetParam
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)
           
 FilterValueSetParam[][] ContextInternalFilterAddendum.getFilterAddendum(FilterSpecCompiled filterSpecCompiled)
           
static FilterValueSetParam[][] ContextControllerAddendumUtil.multiplyAddendum(FilterValueSetParam[][] filtersFirst, FilterValueSetParam[][] filtersSecond)
           
 

Methods in com.espertech.esper.core.context.mgr with parameters of type FilterValueSetParam
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)
           
 

Uses of FilterValueSetParam in com.espertech.esper.epl.spec
 

Methods in com.espertech.esper.epl.spec that return FilterValueSetParam
 FilterValueSetParam[][] ContextDetailCategoryItem.getCompiledFilterParam()
           
 FilterValueSetParam[][] ContextDetailCategory.getFilterParamsCompiled()
           
 FilterValueSetParam[][] ContextDetailPartitionItem.getParametersCompiled()
           
 FilterValueSetParam[][] ContextDetailHashItem.getParametersCompiled()
           
 

Uses of FilterValueSetParam in com.espertech.esper.filter
 

Classes in com.espertech.esper.filter that implement FilterValueSetParam
 class FilterValueSetParamImpl
          Filter parameter value defining the event property to filter, the filter operator, and the filter value.
 

Methods in com.espertech.esper.filter that return FilterValueSetParam
static FilterValueSetParam IndexHelper.findParameter(java.util.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.
 

Methods in com.espertech.esper.filter that return types with arguments of type FilterValueSetParam
static Pair<FilterValueSetParam,FilterParamIndexBase> IndexHelper.findIndex(java.util.ArrayDeque<FilterValueSetParam> parameters, java.util.List<FilterParamIndexBase> indizes)
          Find an index that matches one of the filter parameters passed.
 

Methods in com.espertech.esper.filter with parameters of type FilterValueSetParam
 FilterValueSet FilterSpecCompiled.getValueSet(MatchedEventMap matchedEvents, ExprEvaluatorContext evaluatorContext, FilterValueSetParam[][] addendum)
          Returns the values for the filter, using the supplied result events to ask filter parameters for the value to filter for.
 

Method parameters in com.espertech.esper.filter with type arguments of type FilterValueSetParam
static Pair<FilterValueSetParam,FilterParamIndexBase> IndexHelper.findIndex(java.util.ArrayDeque<FilterValueSetParam> parameters, java.util.List<FilterParamIndexBase> indizes)
          Find an index that matches one of the filter parameters passed.
static FilterValueSetParam IndexHelper.findParameter(java.util.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.
 

Constructors in com.espertech.esper.filter with parameters of type FilterValueSetParam
FilterValueSetImpl(EventType eventType, FilterValueSetParam[][] parameters)
          Ctor.
 

Uses of FilterValueSetParam in com.espertech.esper.pattern
 

Methods in com.espertech.esper.pattern that return FilterValueSetParam
 FilterValueSetParam[][] EvalFilterNode.getAddendumFilters()
           
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com