public class IndexFactory extends Object
FilterParamIndexBase
instances based on event property name and filter operator type.Constructor and Description |
---|
IndexFactory() |
Modifier and Type | Method and Description |
---|---|
static FilterParamIndexBase |
createIndex(com.espertech.esper.common.internal.epl.expression.core.ExprFilterSpecLookupable lookupable,
FilterServiceGranularLockFactory lockFactory,
com.espertech.esper.common.internal.filterspec.FilterOperator filterOperator)
Factory for indexes that store filter parameter constants for a given event property and filter
operator.
|
public static FilterParamIndexBase createIndex(com.espertech.esper.common.internal.epl.expression.core.ExprFilterSpecLookupable lookupable, FilterServiceGranularLockFactory lockFactory, com.espertech.esper.common.internal.filterspec.FilterOperator filterOperator)
Does not perform any check of validity of property name.
filterOperator
- is the type of index to uselockFactory
- lock factorylookupable
- the lookup itemCopyright © 2005–2020. All rights reserved.