public class HistoricalIndexLookupStrategyInKeywordMulti extends Object implements HistoricalIndexLookupStrategy
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPE |
Constructor and Description |
---|
HistoricalIndexLookupStrategyInKeywordMulti() |
Modifier and Type | Method and Description |
---|---|
Iterator<EventBean> |
lookup(EventBean lookupEvent,
EventTable[] index,
ExprEvaluatorContext context)
Look up into the index, potentially using some of the properties in the lookup event,
returning a partial or full result in respect to the index.
|
void |
setEvaluator(ExprEvaluator evaluator) |
void |
setLookupStream(int lookupStream) |
public static final EPTypeClass EPTYPE
public HistoricalIndexLookupStrategyInKeywordMulti()
public Iterator<EventBean> lookup(EventBean lookupEvent, EventTable[] index, ExprEvaluatorContext context)
HistoricalIndexLookupStrategy
lookup
in interface HistoricalIndexLookupStrategy
lookupEvent
- provides properties to use as key values for indexesindex
- is the table providing the cache result set, potentially indexed by index fieldscontext
- contextpublic void setEvaluator(ExprEvaluator evaluator)
public void setLookupStream(int lookupStream)
Copyright © 2005–2021. All rights reserved.