|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.espertech.esper.filter | |
---|---|
com.espertech.esper.adapter | Adapter shared classes. |
com.espertech.esper.core.context.activator | Activation of streams for statement start. |
com.espertech.esper.core.context.factory | Statement agent instance factories. |
com.espertech.esper.core.context.mgr | Context management. |
com.espertech.esper.core.context.util | Context partition utility or reference classes. |
com.espertech.esper.core.deploy | Module and deployment utility and parser. |
com.espertech.esper.core.service | Implementation of client package interfaces, glue code |
com.espertech.esper.core.service.multimatch | Core service multi-match handlers. |
com.espertech.esper.core.start | Classes related to start and stop of statements |
com.espertech.esper.dataflow.ops | Data flow built-in operators. |
com.espertech.esper.epl.declexpr | Declared expression handling. |
com.espertech.esper.epl.expression.core | Core expression classes. |
com.espertech.esper.epl.expression.funcs | Function expressions. |
com.espertech.esper.epl.fafquery | Fire-and-forget query execution planning. |
com.espertech.esper.epl.join.plan | Inner join and outer join query planning |
com.espertech.esper.epl.named | Named window classes are in this package |
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.epl.spec.util | Statement spec utilities |
com.espertech.esper.filter | Main switchboard filtering and routing of incoming events to interested statements is performed in this package. |
com.espertech.esper.metrics.instrumentation | EPL instrumentation helpers. |
com.espertech.esper.pattern | Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active pattern instance |
com.espertech.esper.view.stream | View to event stream relationship service |
Classes in com.espertech.esper.filter used by com.espertech.esper.adapter | |
---|---|
FilterHandle
Marker interface for use with FilterService . |
|
FilterHandleCallback
Interface for a callback method to be called when an event matches a filter specification. |
Classes in com.espertech.esper.filter used by com.espertech.esper.core.context.activator | |
---|---|
FilterSpecCompiled
Contains the filter criteria to sift through events. |
Classes in com.espertech.esper.filter used by com.espertech.esper.core.context.factory | |
---|---|
FilterSpecCompiled
Contains the filter criteria to sift through events. |
Classes in com.espertech.esper.filter used by com.espertech.esper.core.context.mgr | |
---|---|
FilterFaultHandler
|
|
FilterHandle
Marker interface for use with FilterService . |
|
FilterHandleCallback
Interface for a callback method to be called when an event matches a filter specification. |
|
FilterService
Interface for filtering events by event type and event property values. |
|
FilterSpecCompiled
Contains the filter criteria to sift through events. |
|
FilterSpecLookupable
|
|
FilterValueSetParam
This interface represents one filter parameter in an FilterValueSet filter specification. |
Classes in com.espertech.esper.filter used by com.espertech.esper.core.context.util | |
---|---|
FilterFaultHandler
|
|
FilterHandle
Marker interface for use with FilterService . |
Classes in com.espertech.esper.filter used by com.espertech.esper.core.deploy | |
---|---|
FilterService
Interface for filtering events by event type and event property values. |
Classes in com.espertech.esper.filter used by com.espertech.esper.core.service | |
---|---|
FilterHandle
Marker interface for use with FilterService . |
|
FilterHandleCallback
Interface for a callback method to be called when an event matches a filter specification. |
|
FilterService
Interface for filtering events by event type and event property values. |
|
FilterServiceSPI
Service provider interface for filter service. |
Classes in com.espertech.esper.filter used by com.espertech.esper.core.service.multimatch | |
---|---|
FilterHandleCallback
Interface for a callback method to be called when an event matches a filter specification. |
Classes in com.espertech.esper.filter used by com.espertech.esper.core.start | |
---|---|
FilterSpecCompiled
Contains the filter criteria to sift through events. |
Classes in com.espertech.esper.filter used by com.espertech.esper.dataflow.ops | |
---|---|
FilterHandle
Marker interface for use with FilterService . |
|
FilterHandleCallback
Interface for a callback method to be called when an event matches a filter specification. |
Classes in com.espertech.esper.filter used by com.espertech.esper.epl.declexpr | |
---|---|
FilterSpecLookupable
|
Classes in com.espertech.esper.filter used by com.espertech.esper.epl.expression.core | |
---|---|
FilterSpecLookupable
|
Classes in com.espertech.esper.filter used by com.espertech.esper.epl.expression.funcs | |
---|---|
FilterSpecLookupable
|
Classes in com.espertech.esper.filter used by com.espertech.esper.epl.fafquery | |
---|---|
FilterSpecCompiled
Contains the filter criteria to sift through events. |
Classes in com.espertech.esper.filter used by com.espertech.esper.epl.join.plan | |
---|---|
FilterOperator
Defines the different operator types available for event filters. |
Classes in com.espertech.esper.filter used by com.espertech.esper.epl.named | |
---|---|
FilterSpecCompiled
Contains the filter criteria to sift through events. |
Classes in com.espertech.esper.filter used by com.espertech.esper.epl.spec | |
---|---|
FilterSpecCompiled
Contains the filter criteria to sift through events. |
|
FilterSpecLookupable
|
|
FilterValueSetParam
This interface represents one filter parameter in an FilterValueSet filter specification. |
Classes in com.espertech.esper.filter used by com.espertech.esper.epl.spec.util | |
---|---|
FilterSpecCompiled
Contains the filter criteria to sift through events. |
Classes in com.espertech.esper.filter used by com.espertech.esper.filter | |
---|---|
DoubleRange
Holds a range of double values with a minimum (start) value and a maximum (end) value. |
|
EventEvaluator
Interface for matching an event instance based on the event's property values to filters, specifically filter parameter constants or ranges. |
|
EventTypeIndex
Mapping of event type to a tree-like structure containing filter parameter constants in indexes FilterParamIndexBase and filter callbacks in FilterHandleSetNode . |
|
EventTypeIndexBuilderIndexLookupablePair
|
|
ExprNodeAdapterBase
|
|
ExprNodeAdapterBaseVariables
|
|
ExprNodeAdapterMultiStream
Adapter for use by FilterParamIndexBooleanExpr to evaluate boolean expressions, providing
events per stream to expression nodes. |
|
ExprNodeAdapterMultiStreamNoTL
|
|
FilterHandle
Marker interface for use with FilterService . |
|
FilterHandleCallback
Interface for a callback method to be called when an event matches a filter specification. |
|
FilterHandleSetNode
This class holds a list of indizes storing filter constants in FilterParamIndexBase nodes
and a set of FilterHandle . |
|
FilterOperator
Defines the different operator types available for event filters. |
|
FilterParamExprMap
A two-sided map for filter parameters mapping filter expression nodes to filter parameters and back. |
|
FilterParamIndexBase
Each implementation of this abstract class represents an index of filter parameter constants supplied in filter parameters in filter specifications that feature the same event property and operator. |
|
FilterParamIndexDoubleRangeBase
Index for filter parameter constants for the range operators (range open/closed/half). |
|
FilterParamIndexEqualsBase
Index for filter parameter constants to match using the equals (=) operator. |
|
FilterParamIndexLookupableBase
Each implementation of this abstract class represents an index of filter parameter constants supplied in filter parameters in filter specifications that feature the same event property and operator. |
|
FilterParamIndexNotEqualsBase
Index for filter parameter constants to match using the equals (=) operator. |
|
FilterParamIndexStringRangeBase
|
|
FilterService
Interface for filtering events by event type and event property values. |
|
FilterServiceBase
Implementation of the filter service interface. |
|
FilterServiceGranularLockFactory
|
|
FilterServiceListener
Listener to filter activity. |
|
FilterServiceSPI
Service provider interface for filter service. |
|
FilterSet
Holder object for a set of filters for one or more statements. |
|
FilterSetEntry
Entry to a FilterSet filter set taken from a FilterService . |
|
FilterSpecCompiled
Contains the filter criteria to sift through events. |
|
FilterSpecCompilerArgs
|
|
FilterSpecLookupable
|
|
FilterSpecParam
This class represents one filter parameter in an FilterSpecCompiled filter specification. |
|
FilterSpecParamInValue
Denotes a value for use by the in-keyword within a list of values |
|
FilterSpecParamRangeValue
Interface for range-type filter parameters for type checking and to obtain the filter values for endpoints based on prior results. |
|
FilterValueSet
Contains the filter criteria to sift through events. |
|
FilterValueSetParam
This interface represents one filter parameter in an FilterValueSet filter specification. |
|
Range
|
|
StringRange
Holds a range of double values with a minimum (start) value and a maximum (end) value. |
Classes in com.espertech.esper.filter used by com.espertech.esper.metrics.instrumentation | |
---|---|
EventEvaluator
Interface for matching an event instance based on the event's property values to filters, specifically filter parameter constants or ranges. |
|
EventTypeIndexBuilderValueIndexesPair
|
|
ExprNodeAdapterBase
|
|
FilterHandle
Marker interface for use with FilterService . |
|
FilterParamIndexBase
Each implementation of this abstract class represents an index of filter parameter constants supplied in filter parameters in filter specifications that feature the same event property and operator. |
|
FilterParamIndexBooleanExpr
Index that simply maintains a list of boolean expressions. |
|
FilterParamIndexLookupableBase
Each implementation of this abstract class represents an index of filter parameter constants supplied in filter parameters in filter specifications that feature the same event property and operator. |
|
FilterValueSet
Contains the filter criteria to sift through events. |
Classes in com.espertech.esper.filter used by com.espertech.esper.pattern | |
---|---|
FilterHandle
Marker interface for use with FilterService . |
|
FilterHandleCallback
Interface for a callback method to be called when an event matches a filter specification. |
|
FilterService
Interface for filtering events by event type and event property values. |
|
FilterSpecCompiled
Contains the filter criteria to sift through events. |
|
FilterValueSetParam
This interface represents one filter parameter in an FilterValueSet filter specification. |
Classes in com.espertech.esper.filter used by com.espertech.esper.view.stream | |
---|---|
FilterService
Interface for filtering events by event type and event property values. |
|
FilterSpecCompiled
Contains the filter criteria to sift through events. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |