|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.join.base.HistoricalIndexLookupStrategyIndexSingle
public class HistoricalIndexLookupStrategyIndexSingle
Index lookup strategy into a poll-based cache result.
Constructor Summary | |
---|---|
HistoricalIndexLookupStrategyIndexSingle(int lookupStream,
QueryGraphValueEntryHashKeyed hashKey)
Ctor. |
Method Summary | |
---|---|
java.util.Iterator<EventBean> |
lookup(EventBean lookupEvent,
EventTable[] indexTable,
ExprEvaluatorContext exprEvaluatorContext)
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. |
java.lang.String |
toQueryPlan()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HistoricalIndexLookupStrategyIndexSingle(int lookupStream, QueryGraphValueEntryHashKeyed hashKey)
Method Detail |
---|
public java.util.Iterator<EventBean> lookup(EventBean lookupEvent, EventTable[] indexTable, ExprEvaluatorContext exprEvaluatorContext)
HistoricalIndexLookupStrategy
lookup
in interface HistoricalIndexLookupStrategy
lookupEvent
- provides properties to use as key values for indexesindexTable
- is the table providing the cache result set, potentially indexed by index fields
public java.lang.String toQueryPlan()
toQueryPlan
in interface HistoricalIndexLookupStrategy
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |