Package | Description |
---|---|
com.espertech.esper.core.context.mgr |
Context management.
|
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.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 |
ContextControllerPartitionedFactoryBase.getFilterLookupable(EventType eventType) |
FilterSpecLookupable |
ContextControllerInitTermFactoryBase.getFilterLookupable(EventType eventType) |
FilterSpecLookupable |
ContextControllerHashFactoryBase.getFilterLookupable(EventType eventType) |
FilterSpecLookupable |
ContextControllerFactory.getFilterLookupable(EventType eventType) |
FilterSpecLookupable |
ContextControllerCategoryFactoryBase.getFilterLookupable(EventType eventType) |
Modifier and Type | Method and Description |
---|---|
FilterSpecLookupable |
ExprDeclaredNodeImpl.getFilterLookupable() |
Modifier and Type | Method and Description |
---|---|
FilterSpecLookupable |
ExprIdentNodeImpl.getFilterLookupable() |
FilterSpecLookupable |
ExprFilterOptimizableNode.getFilterLookupable() |
Modifier and Type | Method and Description |
---|---|
FilterSpecLookupable |
ExprTypeofNode.getFilterLookupable() |
FilterSpecLookupable |
ExprPlugInSingleRowNode.getFilterLookupable() |
Modifier and Type | Method and Description |
---|---|
FilterSpecLookupable |
ContextDetailHashItem.getLookupable() |
Modifier and Type | Method and Description |
---|---|
void |
ContextDetailHashItem.setLookupable(FilterSpecLookupable lookupable) |
Modifier and Type | Class and Description |
---|---|
class |
FilterSpecLookupableAdvancedIndex |
Modifier and Type | Field and Description |
---|---|
protected FilterSpecLookupable |
FilterSpecParam.lookupable
The property name of the filter parameter.
|
protected FilterSpecLookupable |
FilterParamIndexLookupableBase.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() |
FilterSpecLookupable |
FilterNonPropertyRegisteryServiceImpl.getNonPropertyExpression(java.lang.String eventTypeName,
java.lang.String expression) |
FilterSpecLookupable |
FilterNonPropertyRegisteryService.getNonPropertyExpression(java.lang.String eventTypeName,
java.lang.String expression)
Obtain expression
|
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.
|
void |
FilterNonPropertyRegisteryServiceImpl.registerNonPropertyExpression(java.lang.String statementName,
EventType eventType,
FilterSpecLookupable lookupable) |
void |
FilterNonPropertyRegisteryService.registerNonPropertyExpression(java.lang.String statementName,
EventType eventType,
FilterSpecLookupable lookupable)
Register expression.
|
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) |
FilterParamIndexDoubleRangeBase(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) |
FilterParamIndexEqualsBase(FilterSpecLookupable lookupable,
java.util.concurrent.locks.ReadWriteLock readWriteLock,
FilterOperator filterOperator) |
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) |
FilterParamIndexNotEqualsBase(FilterSpecLookupable lookupable,
java.util.concurrent.locks.ReadWriteLock readWriteLock,
FilterOperator filterOperator) |
FilterParamIndexNotEqualsIs(FilterSpecLookupable lookupable,
java.util.concurrent.locks.ReadWriteLock readWriteLock) |
FilterParamIndexNotIn(FilterSpecLookupable lookupable,
java.util.concurrent.locks.ReadWriteLock readWriteLock) |
FilterParamIndexQuadTreeMXCIF(java.util.concurrent.locks.ReadWriteLock readWriteLock,
FilterSpecLookupable lookupable) |
FilterParamIndexQuadTreePointRegion(java.util.concurrent.locks.ReadWriteLock readWriteLock,
FilterSpecLookupable lookupable) |
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) |
FilterSpecParamAdvancedIndexQuadTreeMXCIF(FilterSpecLookupable lookupable,
FilterOperator filterOperator,
FilterSpecParamFilterForEvalDouble xEval,
FilterSpecParamFilterForEvalDouble yEval,
FilterSpecParamFilterForEvalDouble widthEval,
FilterSpecParamFilterForEvalDouble heightEval) |
FilterSpecParamAdvancedIndexQuadTreePointRegion(FilterSpecLookupable lookupable,
FilterOperator filterOperator,
FilterSpecParamFilterForEvalDouble xEval,
FilterSpecParamFilterForEvalDouble yEval) |
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) |
FilterSpecParamIn(FilterSpecLookupable lookupable,
FilterOperator filterOperator,
java.util.List<FilterSpecParamInValue> listofValues)
Ctor.
|
FilterSpecParamRange(FilterSpecLookupable lookupable,
FilterOperator filterOperator,
FilterSpecParamFilterForEval min,
FilterSpecParamFilterForEval max)
Constructor.
|
FilterValueSetParamImpl(FilterSpecLookupable lookupable,
FilterOperator filterOperator,
java.lang.Object filterValue)
Ctor.
|