Package | Description |
---|---|
com.espertech.esper.common.internal.epl.historical.common | |
com.espertech.esper.common.internal.epl.historical.indexingstrategy |
Poll result indexing strategies.
|
com.espertech.esper.common.internal.epl.join.base | |
com.espertech.esper.common.internal.epl.join.queryplan |
Modifier and Type | Method and Description |
---|---|
Pair<HistoricalIndexLookupStrategyForge,PollResultIndexingStrategyForge> |
HistoricalStreamIndexListForge.getStrategy(int streamViewStreamNum)
Get the strategies to use for polling from a given stream.
|
Modifier and Type | Class and Description |
---|---|
class |
PollResultIndexingStrategyCompositeForge |
class |
PollResultIndexingStrategyHashForge |
class |
PollResultIndexingStrategyInKeywordMultiForge |
class |
PollResultIndexingStrategyMultiForge |
class |
PollResultIndexingStrategyNoIndexForge
Strategy of indexing that simply builds an unindexed table of poll results.
|
class |
PollResultIndexingStrategySortedForge |
Constructor and Description |
---|
PollResultIndexingStrategyMultiForge(int streamNum,
PollResultIndexingStrategyForge[] indexingStrategies) |
Modifier and Type | Method and Description |
---|---|
static Pair<HistoricalIndexLookupStrategyForge,PollResultIndexingStrategyForge> |
JoinSetComposerPrototypeForgeFactory.determineIndexing(QueryGraphForge 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.
|
Constructor and Description |
---|
JoinSetComposerPrototypeHistorical2StreamForge(EventType[] streamTypes,
ExprNode postJoinEvaluator,
boolean outerJoins,
int polledNum,
int streamNum,
ExprNode outerJoinEqualsEval,
HistoricalIndexLookupStrategyForge historicalIndexLookupStrategy,
PollResultIndexingStrategyForge pollResultIndexingStrategy,
boolean isAllHistoricalNoSubordinate,
boolean[] outerJoinPerStream) |
Modifier and Type | Method and Description |
---|---|
void |
HistoricalDataPlanNodeForge.setPollResultIndexingStrategy(PollResultIndexingStrategyForge pollResultIndexingStrategy) |
Copyright © 2005–2018. All rights reserved.