Uses of Interface
com.espertech.esper.common.internal.epl.join.strategy.QueryStrategy
Package
Description
-
Uses of QueryStrategy in com.espertech.esper.common.internal.epl.historical.common
Modifier and TypeClassDescriptionclass
Query strategy for use withHistoricalEventViewable
to perform lookup for a given stream using the poll method on a viewable. -
Uses of QueryStrategy in com.espertech.esper.common.internal.epl.join.base
Modifier and TypeFieldDescriptionprotected final QueryStrategy[]
JoinSetComposerImpl.queryStrategies
Modifier and TypeMethodDescriptionprotected QueryStrategy[]
JoinSetComposerHistoricalImpl.getQueryStrategies()
Returns query strategies.protected QueryStrategy[]
JoinSetComposerImpl.getQueryStrategies()
Returns query strategies.ModifierConstructorDescriptionJoinSetComposerAllUnidirectionalOuter
(QueryStrategy[] queryStrategies) JoinSetComposerFAFImpl
(Map<TableLookupIndexReqKey, EventTable>[] repositories, QueryStrategy[] queryStrategies, boolean isPureSelfJoin, ExprEvaluatorContext exprEvaluatorContext, boolean joinRemoveStream, boolean outerJoins) JoinSetComposerHistoricalImpl
(boolean allowInitIndex, Map<TableLookupIndexReqKey, EventTable>[] repositories, QueryStrategy[] queryStrategies, Viewable[] streamViews, ExprEvaluatorContext staticEvalExprEvaluatorContext) JoinSetComposerImpl
(boolean allowInitIndex, Map<TableLookupIndexReqKey, EventTable>[] repositories, QueryStrategy[] queryStrategies, boolean isPureSelfJoin, ExprEvaluatorContext exprEvaluatorContext, boolean joinRemoveStream) JoinSetComposerStreamToWinImpl
(boolean allowInitIndex, Map<TableLookupIndexReqKey, EventTable>[] repositories, boolean isPureSelfJoin, int streamNumber, QueryStrategy queryStrategy, boolean[] selfJoinRepositoryResets) -
Uses of QueryStrategy in com.espertech.esper.common.internal.epl.join.strategy
Modifier and TypeClassDescriptionclass
Query strategy for building a join tuple set by using an execution node tree.