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(String eventTypeName,
String expression) |
FilterSpecLookupable |
FilterNonPropertyRegisteryService.getNonPropertyExpression(String eventTypeName,
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(String statementName,
EventType eventType,
FilterSpecLookupable lookupable) |
void |
FilterNonPropertyRegisteryService.registerNonPropertyExpression(String statementName,
EventType eventType,
FilterSpecLookupable lookupable)
Register expression.
|