|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.join.base.HistoricalDataQueryStrategy
public class HistoricalDataQueryStrategy
Query strategy for use with HistoricalEventViewable
to perform lookup for a given stream using the poll method on a viewable.
Constructor Summary | |
---|---|
HistoricalDataQueryStrategy(int myStreamNumber,
int historicalStreamNumber,
HistoricalEventViewable historicalEventViewable,
boolean isOuterJoin,
ExprEvaluator outerJoinCompareNode,
HistoricalIndexLookupStrategy indexLookupStrategy,
PollResultIndexingStrategy pollResultIndexingStrategy)
Ctor. |
Method Summary | |
---|---|
void |
lookup(EventBean[] lookupEvents,
java.util.Set<MultiKey<EventBean>> joinSet,
ExprEvaluatorContext exprEvaluatorContext)
Look up events returning tuples of joined events. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HistoricalDataQueryStrategy(int myStreamNumber, int historicalStreamNumber, HistoricalEventViewable historicalEventViewable, boolean isOuterJoin, ExprEvaluator outerJoinCompareNode, HistoricalIndexLookupStrategy indexLookupStrategy, PollResultIndexingStrategy pollResultIndexingStrategy)
myStreamNumber
- is the strategy's stream numberhistoricalStreamNumber
- is the stream number of the view to be polledhistoricalEventViewable
- is the view to be polled fromisOuterJoin
- is this is an outer joinouterJoinCompareNode
- is the node to perform the on-comparison for outer joinsindexLookupStrategy
- the strategy to use for limiting the cache result set
to only those rows that match filter criteriapollResultIndexingStrategy
- the strategy for indexing poll-results such that a
strategy can use the index instead of a full table scan to resolve rowsMethod Detail |
---|
public void lookup(EventBean[] lookupEvents, java.util.Set<MultiKey<EventBean>> joinSet, ExprEvaluatorContext exprEvaluatorContext)
QueryStrategy
lookup
in interface QueryStrategy
lookupEvents
- - events to use to perform the joinjoinSet
- - result join tuples of eventsexprEvaluatorContext
- expression evaluation context
|
© 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 |