|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HistoricalIndexLookupStrategy | |
---|---|
com.espertech.esper.epl.join.base | Join process interfaces and glue code |
com.espertech.esper.epl.join.exec.base | Inner join execution |
com.espertech.esper.epl.join.table | Indexes for views |
Uses of HistoricalIndexLookupStrategy in com.espertech.esper.epl.join.base |
---|
Classes in com.espertech.esper.epl.join.base that implement HistoricalIndexLookupStrategy | |
---|---|
class |
HistoricalIndexLookupStrategyComposite
Index lookup strategy into a poll-based cache result. |
class |
HistoricalIndexLookupStrategyIndex
Index lookup strategy into a poll-based cache result. |
class |
HistoricalIndexLookupStrategyIndexSingle
Index lookup strategy into a poll-based cache result. |
class |
HistoricalIndexLookupStrategyInKeywordMulti
Index lookup strategy into a poll-based cache result. |
class |
HistoricalIndexLookupStrategyInKeywordSingle
Index lookup strategy into a poll-based cache result. |
class |
HistoricalIndexLookupStrategyNoIndex
Full table scan strategy for a poll-based cache result. |
class |
HistoricalIndexLookupStrategySorted
Index lookup strategy into a poll-based cache result. |
Methods in com.espertech.esper.epl.join.base that return types with arguments of type HistoricalIndexLookupStrategy | |
---|---|
static Pair<HistoricalIndexLookupStrategy,PollResultIndexingStrategy> |
JoinSetComposerPrototypeFactory.determineIndexing(QueryGraph queryGraph,
EventType polledViewType,
EventType streamViewType,
int polledViewStreamNum,
int streamViewStreamNum)
Constructs indexing and lookup strategy for a given relationship that a historical stream may have with another stream (historical or not) that looks up into results of a poll of a historical stream. |
Constructors in com.espertech.esper.epl.join.base with parameters of type HistoricalIndexLookupStrategy | |
---|---|
HistoricalDataQueryStrategy(int myStreamNumber,
int historicalStreamNumber,
HistoricalEventViewable historicalEventViewable,
boolean isOuterJoin,
ExprEvaluator outerJoinCompareNode,
HistoricalIndexLookupStrategy indexLookupStrategy,
PollResultIndexingStrategy pollResultIndexingStrategy)
Ctor. |
Constructor parameters in com.espertech.esper.epl.join.base with type arguments of type HistoricalIndexLookupStrategy | |
---|---|
JoinSetComposerPrototypeHistorical2StreamImpl(ExprNode optionalFilterNode,
EventType[] streamTypes,
ExprEvaluatorContext exprEvaluatorContext,
int polledViewNum,
int streamViewNum,
boolean outerJoin,
ExprNode outerJoinEqualsNode,
Pair<HistoricalIndexLookupStrategy,PollResultIndexingStrategy> indexStrategies,
boolean allHistoricalNoSubordinate,
OuterJoinDesc[] outerJoinDescList)
|
Uses of HistoricalIndexLookupStrategy in com.espertech.esper.epl.join.exec.base |
---|
Constructors in com.espertech.esper.epl.join.exec.base with parameters of type HistoricalIndexLookupStrategy | |
---|---|
HistoricalDataExecNode(HistoricalEventViewable historicalEventViewable,
PollResultIndexingStrategy indexingStrategy,
HistoricalIndexLookupStrategy indexLookupStrategy,
int numStreams,
int historicalStreamNumber)
Ctor. |
|
HistoricalTableLookupStrategy(HistoricalEventViewable viewable,
PollResultIndexingStrategy indexingStrategy,
HistoricalIndexLookupStrategy lookupStrategy,
int numStreams,
int streamNum,
int rootStreamNum,
ExprEvaluator outerJoinExprNode)
Ctor. |
Uses of HistoricalIndexLookupStrategy in com.espertech.esper.epl.join.table |
---|
Methods in com.espertech.esper.epl.join.table that return types with arguments of type HistoricalIndexLookupStrategy | |
---|---|
Pair<HistoricalIndexLookupStrategy,PollResultIndexingStrategy> |
HistoricalStreamIndexList.getStrategy(int streamViewStreamNum)
Get the strategies to use for polling from a given stream. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |