Package | Description |
---|---|
com.espertech.esper.filter |
Main switchboard filtering and routing of incoming events to interested statements is performed in this package.
|
Modifier and Type | Class and Description |
---|---|
class |
RangeValueContextProp |
class |
RangeValueDouble
A Double-typed value as a filter parameter representing a range.
|
class |
RangeValueEventProp
An event property as a filter parameter representing a range.
|
class |
RangeValueEventPropIndexed
An event property as a filter parameter representing a range.
|
class |
RangeValueString
A String-typed value as a filter parameter representing a range.
|
Modifier and Type | Method and Description |
---|---|
FilterSpecParamRangeValue |
FilterSpecParamRange.getMax()
Returns the upper endpoint.
|
FilterSpecParamRangeValue |
FilterSpecParamRange.getMin()
Returns the lower endpoint.
|
Constructor and Description |
---|
FilterSpecParamRange(FilterSpecLookupable lookupable,
FilterOperator filterOperator,
FilterSpecParamRangeValue min,
FilterSpecParamRangeValue max)
Constructor.
|