|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FilterOperator | |
---|---|
net.esper.filter |
Uses of FilterOperator in net.esper.filter |
---|
Methods in net.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 |
FilterParamIndex.getFilterOperator()
Returns the filter operator that the index matches for. |
static FilterOperator |
FilterOperator.parseComparisonOperator(java.lang.String operator)
Parse the comparison operator returning null if not a valid operator. |
static FilterOperator |
FilterOperator.parseRangeOperator(boolean isInclusiveFirst,
boolean isInclusiveLast)
Parse the range operator from booleans describing whether the start or end values are exclusive. |
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're declared. |
Methods in net.esper.filter with parameters of type FilterOperator | |
---|---|
static FilterParamIndex |
IndexFactory.createIndex(EventType eventType,
java.lang.String propertyName,
FilterOperator filterOperator)
Factory for indexes that store filter parameter constants for a given event property and filter operator. |
Constructors in net.esper.filter with parameters of type FilterOperator | |
---|---|
FilterParamIndex(java.lang.String propertyName,
FilterOperator filterOperator,
EventType eventType)
Constructor. |
|
FilterParamIndexCompare(java.lang.String propertyName,
FilterOperator filterOperator,
EventType eventType)
Constructs the index for matching comparison operators (<, >, <=, >=). |
|
FilterParamIndexRange(java.lang.String attributeName,
FilterOperator filterOperator,
EventType eventType)
Constructs the index for matching ranges. |
|
FilterSpecParamConstant(java.lang.String propertyName,
FilterOperator filterOperator,
java.lang.Object filterConstant)
Constructor. |
|
FilterSpecParamEventProp(java.lang.String propertyName,
FilterOperator filterOperator,
java.lang.String resultEventAsName,
java.lang.String resultEventProperty)
Constructor. |
|
FilterSpecParamRange(java.lang.String propertyName,
FilterOperator filterOperator,
FilterSpecParamRangeValue min,
FilterSpecParamRangeValue max)
Constructor. |
|
FilterValueSetParamImpl(java.lang.String propertyName,
FilterOperator filterOperator,
java.lang.Object filterValue)
Ctor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |