|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HistoricalIndexLookupStrategy
Strategy for use in poll-based joins to reduce a cached result set (represented by EventTable
), in
which the cache result set may have been indexed, to fewer rows following the join-criteria in a where clause.
Method Summary | |
---|---|
java.util.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. |
java.lang.String |
toQueryPlan()
|
Method Detail |
---|
java.util.Iterator<EventBean> lookup(EventBean lookupEvent, EventTable[] index, ExprEvaluatorContext context)
lookupEvent
- provides properties to use as key values for indexesindex
- is the table providing the cache result set, potentially indexed by index fields
java.lang.String toQueryPlan()
|
© 2006-2016 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 |