Uses of Interface
com.espertech.esper.common.internal.epl.historical.lookupstrategy.HistoricalIndexLookupStrategy
Packages that use HistoricalIndexLookupStrategy
Package
Description
-
Uses of HistoricalIndexLookupStrategy in com.espertech.esper.common.internal.epl.historical.common
Constructors in com.espertech.esper.common.internal.epl.historical.common with parameters of type HistoricalIndexLookupStrategyModifierConstructorDescriptionHistoricalDataQueryStrategy
(int myStreamNumber, int historicalStreamNumber, HistoricalEventViewable historicalEventViewable, boolean isOuterJoin, ExprEvaluator outerJoinCompareNode, HistoricalIndexLookupStrategy indexLookupStrategy, PollResultIndexingStrategy pollResultIndexingStrategy) Ctor. -
Uses of HistoricalIndexLookupStrategy in com.espertech.esper.common.internal.epl.historical.lookupstrategy
Classes in com.espertech.esper.common.internal.epl.historical.lookupstrategy that implement HistoricalIndexLookupStrategyModifier and TypeClassDescriptionclass
class
class
class
class
class
Full table scan strategy for a poll-based cache result.class
Methods in com.espertech.esper.common.internal.epl.historical.lookupstrategy with parameters of type HistoricalIndexLookupStrategyModifier and TypeMethodDescriptionvoid
HistoricalIndexLookupStrategyMulti.setInnerLookupStrategy
(HistoricalIndexLookupStrategy innerLookupStrategy) -
Uses of HistoricalIndexLookupStrategy in com.espertech.esper.common.internal.epl.join.base
Methods in com.espertech.esper.common.internal.epl.join.base with parameters of type HistoricalIndexLookupStrategyModifier and TypeMethodDescriptionvoid
JoinSetComposerPrototypeHistorical2Stream.setLookupStrategy
(HistoricalIndexLookupStrategy lookupStrategy) -
Uses of HistoricalIndexLookupStrategy in com.espertech.esper.common.internal.epl.join.exec.base
Constructors in com.espertech.esper.common.internal.epl.join.exec.base with parameters of type HistoricalIndexLookupStrategyModifierConstructorDescriptionHistoricalDataExecNode
(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.common.internal.epl.join.queryplan
Methods in com.espertech.esper.common.internal.epl.join.queryplan with parameters of type HistoricalIndexLookupStrategyModifier and TypeMethodDescriptionvoid
HistoricalDataPlanNode.setLookupStrategy
(HistoricalIndexLookupStrategy lookupStrategy)