|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FilterSpecLookupable | |
---|---|
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. |
Uses of FilterSpecLookupable in com.espertech.esper.core.context.mgr |
---|
Methods in com.espertech.esper.core.context.mgr that return FilterSpecLookupable | |
---|---|
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)
|
Uses of FilterSpecLookupable in com.espertech.esper.epl.declexpr |
---|
Methods in com.espertech.esper.epl.declexpr that return FilterSpecLookupable | |
---|---|
FilterSpecLookupable |
ExprDeclaredNodeImpl.getFilterLookupable()
|
Uses of FilterSpecLookupable in com.espertech.esper.epl.expression.core |
---|
Methods in com.espertech.esper.epl.expression.core that return FilterSpecLookupable | |
---|---|
FilterSpecLookupable |
ExprIdentNodeImpl.getFilterLookupable()
|
FilterSpecLookupable |
ExprFilterOptimizableNode.getFilterLookupable()
|
Uses of FilterSpecLookupable in com.espertech.esper.epl.expression.funcs |
---|
Methods in com.espertech.esper.epl.expression.funcs that return FilterSpecLookupable | |
---|---|
FilterSpecLookupable |
ExprTypeofNode.getFilterLookupable()
|
FilterSpecLookupable |
ExprPlugInSingleRowNode.getFilterLookupable()
|
Uses of FilterSpecLookupable in com.espertech.esper.epl.spec |
---|
Methods in com.espertech.esper.epl.spec that return FilterSpecLookupable | |
---|---|
FilterSpecLookupable |
ContextDetailHashItem.getLookupable()
|
Methods in com.espertech.esper.epl.spec with parameters of type FilterSpecLookupable | |
---|---|
void |
ContextDetailHashItem.setLookupable(FilterSpecLookupable lookupable)
|
Uses of FilterSpecLookupable in com.espertech.esper.filter |
---|
Fields in com.espertech.esper.filter declared as FilterSpecLookupable | |
---|---|
protected FilterSpecLookupable |
FilterSpecParam.lookupable
The property name of the filter parameter. |
protected FilterSpecLookupable |
FilterParamIndexLookupableBase.lookupable
|
Methods in com.espertech.esper.filter that return FilterSpecLookupable | |
---|---|
FilterSpecLookupable |
FilterValueSetParamImpl.getLookupable()
|
FilterSpecLookupable |
FilterValueSetParam.getLookupable()
Returns the lookup-able for the filter parameter. |
FilterSpecLookupable |
FilterSpecParam.getLookupable()
|
FilterSpecLookupable |
FilterParamIndexLookupableBase.getLookupable()
|
Methods in com.espertech.esper.filter with parameters of type FilterSpecLookupable | |
---|---|
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. |
Constructors in com.espertech.esper.filter with parameters of type FilterSpecLookupable | |
---|---|
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)
|
|
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)
|
|
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,
ConfigurationInformation configurationInformation,
java.lang.String statementName,
boolean hasSubquery,
boolean hasTableAccess)
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. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |