public final class IndexTreeBuilderAdd extends Object
Modifier and Type | Method and Description |
---|---|
static void |
add(com.espertech.esper.common.internal.filterspec.FilterValueSetParam[][] valueSet,
com.espertech.esper.common.internal.filtersvc.FilterHandle filterCallback,
FilterHandleSetNode topNode,
FilterServiceGranularLockFactory lockFactory)
Add a filter callback according to the filter specification to the top node returning
information to be used to remove the filter callback.
|
public static void add(com.espertech.esper.common.internal.filterspec.FilterValueSetParam[][] valueSet, com.espertech.esper.common.internal.filtersvc.FilterHandle filterCallback, FilterHandleSetNode topNode, FilterServiceGranularLockFactory lockFactory)
valueSet
- is the filter definitionfilterCallback
- is the callback to be addedtopNode
- node to be added to any subnode beneath itlockFactory
- lock factoryCopyright © 2005–2022. All rights reserved.