Package | Description |
---|---|
com.espertech.esper.core.context.mgr |
Context management.
|
com.espertech.esper.epl.declexpr |
Declared expression handling.
|
com.espertech.esper.epl.expression |
This package contains the EPL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses
|
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.
|
Modifier and Type | Method and Description |
---|---|
FilterSpecLookupable |
ContextManagerNested.getFilterLookupable(EventType eventType) |
FilterSpecLookupable |
ContextManagerImpl.getFilterLookupable(EventType eventType) |
FilterSpecLookupable |
ContextManager.getFilterLookupable(EventType eventType) |
FilterSpecLookupable |
ContextControllerPartitionedFactory.getFilterLookupable(EventType eventType) |
FilterSpecLookupable |
ContextControllerInitTermFactory.getFilterLookupable(EventType eventType) |
FilterSpecLookupable |
ContextControllerHashFactory.getFilterLookupable(EventType eventType) |
FilterSpecLookupable |
ContextControllerFactory.getFilterLookupable(EventType eventType) |
FilterSpecLookupable |
ContextControllerCategoryFactory.getFilterLookupable(EventType eventType) |
Modifier and Type | Method and Description |
---|---|
FilterSpecLookupable |
ExprDeclaredNodeImpl.getFilterLookupable() |
Modifier and Type | Method and Description |
---|---|
FilterSpecLookupable |
ExprPlugInSingleRowNode.getFilterLookupable() |
FilterSpecLookupable |
ExprIdentNodeImpl.getFilterLookupable() |
FilterSpecLookupable |
ExprFilterOptimizableNode.getFilterLookupable() |
Modifier and Type | Method and Description |
---|---|
FilterSpecLookupable |
ContextDetailHashItem.getLookupable() |
Modifier and Type | Method and Description |
---|---|
void |
ContextDetailHashItem.setLookupable(FilterSpecLookupable lookupable) |
Modifier and Type | Method and Description |
---|---|
FilterSpecLookupable |
FilterValueSetParamImpl.getLookupable() |
FilterSpecLookupable |
FilterValueSetParam.getLookupable()
Returns the lookup-able for the filter parameter.
|
FilterSpecLookupable |
FilterSpecParam.getLookupable() |
FilterSpecLookupable |
FilterParamIndexLookupableBase.getLookupable() |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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) |
FilterParamIndexDoubleRangeInverted(FilterSpecLookupable lookupable,
java.util.concurrent.locks.ReadWriteLock readWriteLock,
FilterOperator filterOperator) |
FilterParamIndexEquals(FilterSpecLookupable lookupable,
java.util.concurrent.locks.ReadWriteLock readWriteLock) |
FilterParamIndexEqualsIs(FilterSpecLookupable lookupable,
java.util.concurrent.locks.ReadWriteLock readWriteLock) |
FilterParamIndexIn(FilterSpecLookupable lookupable,
java.util.concurrent.locks.ReadWriteLock readWriteLock) |
FilterParamIndexLookupableBase(FilterOperator filterOperator,
FilterSpecLookupable lookupable)
Constructor.
|
FilterParamIndexNotEquals(FilterSpecLookupable lookupable,
java.util.concurrent.locks.ReadWriteLock readWriteLock) |
FilterParamIndexNotEqualsIs(FilterSpecLookupable lookupable,
java.util.concurrent.locks.ReadWriteLock readWriteLock) |
FilterParamIndexNotIn(FilterSpecLookupable lookupable,
java.util.concurrent.locks.ReadWriteLock readWriteLock) |
FilterParamIndexStringRange(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,
EventAdapterService eventAdapterService,
ConfigurationInformation configurationInformation,
java.lang.String statementName,
boolean hasSubquery)
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.
|