public class HistoricalIndexLookupStrategyNoIndex extends Object implements HistoricalIndexLookupStrategy
Constructor and Description |
---|
HistoricalIndexLookupStrategyNoIndex() |
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.
|
String |
toQueryPlan() |
public HistoricalIndexLookupStrategyNoIndex()
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 String toQueryPlan()
toQueryPlan
in interface HistoricalIndexLookupStrategy