Uses of Class
com.espertech.esper.filter.FilterOperator

Packages that use FilterOperator
com.espertech.esper.epl.join.plan Inner join and outer join query planning 
com.espertech.esper.filter Main switchboard filtering and routing of incoming events to interested statements is performed in this package. 
 

Uses of FilterOperator in com.espertech.esper.epl.join.plan
 

Methods in com.espertech.esper.epl.join.plan with parameters of type FilterOperator
static QueryGraphRangeEnum QueryGraphRangeEnum.mapFrom(FilterOperator op)
           
 

Uses of FilterOperator in com.espertech.esper.filter
 

Methods in com.espertech.esper.filter that return FilterOperator
 FilterOperator FilterValueSetParamImpl.getFilterOperator()
           
 FilterOperator FilterValueSetParam.getFilterOperator()
          Returns the filter operator type.
 FilterOperator FilterSpecParam.getFilterOperator()
          Returns the filter operator type.
 FilterOperator FilterParamIndexBase.getFilterOperator()
          Returns the filter operator that the index matches for.
static FilterOperator FilterOperator.parseRangeOperator(boolean isInclusiveFirst, boolean isInclusiveLast, boolean isNot)
          Parse the range operator from booleans describing whether the start or end values are exclusive.
 FilterOperator FilterOperator.reversedRelationalOp()
           
static FilterOperator FilterOperator.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FilterOperator[] FilterOperator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.espertech.esper.filter with parameters of type FilterOperator
 int FilterSpecParamComparator.compare(FilterOperator param1, FilterOperator param2)
           
static FilterParamIndexBase IndexFactory.createIndex(FilterSpecLookupable lookupable, FilterServiceGranularLockFactory lockFactory, FilterOperator filterOperator)
          Factory for indexes that store filter parameter constants for a given event property and filter operator.
 

Constructors in com.espertech.esper.filter with parameters of type FilterOperator
FilterParamIndexBase(FilterOperator filterOperator)
          Constructor.
FilterParamIndexCompare(FilterSpecLookupable lookupable, java.util.concurrent.locks.ReadWriteLock readWriteLock, FilterOperator filterOperator)
           
FilterParamIndexCompareString(FilterSpecLookupable lookupable, java.util.concurrent.locks.ReadWriteLock readWriteLock, FilterOperator filterOperator)
           
FilterParamIndexDoubleRange(FilterSpecLookupable lookupable, java.util.concurrent.locks.ReadWriteLock readWriteLock, FilterOperator filterOperator)
           
FilterParamIndexDoubleRangeBase(FilterSpecLookupable lookupable, java.util.concurrent.locks.ReadWriteLock readWriteLock, FilterOperator filterOperator)
           
FilterParamIndexDoubleRangeInverted(FilterSpecLookupable lookupable, java.util.concurrent.locks.ReadWriteLock readWriteLock, FilterOperator filterOperator)
           
FilterParamIndexEqualsBase(FilterSpecLookupable lookupable, java.util.concurrent.locks.ReadWriteLock readWriteLock, FilterOperator filterOperator)
           
FilterParamIndexLookupableBase(FilterOperator filterOperator, FilterSpecLookupable lookupable)
          Constructor.
FilterParamIndexNotEqualsBase(FilterSpecLookupable lookupable, java.util.concurrent.locks.ReadWriteLock readWriteLock, FilterOperator filterOperator)
           
FilterParamIndexStringRange(FilterSpecLookupable lookupable, java.util.concurrent.locks.ReadWriteLock readWriteLock, FilterOperator filterOperator)
           
FilterParamIndexStringRangeBase(FilterSpecLookupable lookupable, java.util.concurrent.locks.ReadWriteLock readWriteLock, FilterOperator filterOperator)
           
FilterParamIndexStringRangeInverted(FilterSpecLookupable lookupable, java.util.concurrent.locks.ReadWriteLock readWriteLock, FilterOperator filterOperator)
           
FilterSpecParamConstant(FilterSpecLookupable lookupable, FilterOperator filterOperator, java.lang.Object filterConstant)
          Constructor.
FilterSpecParamContextProp(FilterSpecLookupable lookupable, FilterOperator filterOperator, java.lang.String contextPropertyName, EventPropertyGetter getter, SimpleNumberCoercer numberCoercer)
           
FilterSpecParamEventProp(FilterSpecLookupable lookupable, FilterOperator filterOperator, java.lang.String resultEventAsName, java.lang.String resultEventProperty, boolean isMustCoerce, SimpleNumberCoercer numberCoercer, java.lang.Class coercionType, java.lang.String statementName)
          Constructor.
FilterSpecParamEventPropIndexed(FilterSpecLookupable lookupable, FilterOperator filterOperator, java.lang.String resultEventAsName, int resultEventIndex, java.lang.String resultEventProperty, boolean isMustCoerce, SimpleNumberCoercer numberCoercer, java.lang.Class coercionType, java.lang.String statementName)
          Constructor.
FilterSpecParamExprNode(FilterSpecLookupable lookupable, FilterOperator filterOperator, ExprNode exprNode, java.util.LinkedHashMap<java.lang.String,Pair<EventType,java.lang.String>> taggedEventTypes, java.util.LinkedHashMap<java.lang.String,Pair<EventType,java.lang.String>> arrayEventTypes, VariableService variableService, TableService tableService, EventAdapterService eventAdapterService, FilterBooleanExpressionFactory filterBooleanExpressionFactory, ConfigurationInformation configurationInformation, boolean hasSubquery, boolean hasTableAccess)
          Ctor.
FilterSpecParamIn(FilterSpecLookupable lookupable, FilterOperator filterOperator, java.util.List<FilterSpecParamInValue> listofValues)
          Ctor.
FilterSpecParamRange(FilterSpecLookupable lookupable, FilterOperator filterOperator, FilterSpecParamRangeValue min, FilterSpecParamRangeValue max)
          Constructor.
FilterValueSetParamImpl(FilterSpecLookupable lookupable, FilterOperator filterOperator, java.lang.Object filterValue)
          Ctor.
 


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