Uses of Interface
com.espertech.esper.epl.lookup.SubordTableLookupStrategy

Packages that use SubordTableLookupStrategy
com.espertech.esper.core.context.subselect Subselect implementation. 
com.espertech.esper.epl.lookup Subquery execution strategies and lookup indexes 
com.espertech.esper.epl.virtualdw Virtual data window. 
com.espertech.esper.metrics.instrumentation EPL instrumentation helpers. 
 

Uses of SubordTableLookupStrategy in com.espertech.esper.core.context.subselect
 

Methods in com.espertech.esper.core.context.subselect that return SubordTableLookupStrategy
 SubordTableLookupStrategy SubSelectStrategyRealization.getStrategy()
           
 

Constructors in com.espertech.esper.core.context.subselect with parameters of type SubordTableLookupStrategy
SubSelectStrategyRealization(SubordTableLookupStrategy strategy, SubselectAggregationPreprocessorBase subselectAggregationPreprocessor, AggregationService subselectAggregationService, java.util.Map<ExprPriorNode,ExprPriorEvalStrategy> priorNodeStrategies, java.util.Map<ExprPreviousNode,ExprPreviousEvalStrategy> previousNodeStrategies, Viewable subselectView, StatementAgentInstancePostLoad postLoad)
           
 

Uses of SubordTableLookupStrategy in com.espertech.esper.epl.lookup
 

Classes in com.espertech.esper.epl.lookup that implement SubordTableLookupStrategy
 class SubordCompositeTableLookupStrategy
          Index lookup strategy for subqueries.
 class SubordFullTableScanLookupStrategy
          Lookup on an unindexed table returning the full table as matching events.
 class SubordFullTableScanLookupStrategyLocking
          Index lookup strategy for subqueries.
 class SubordFullTableScanTableLookupStrategy
          Index lookup strategy for tables.
 class SubordIndexedTableLookupStrategyCoercing
          Index lookup strategy that coerces the key values before performing a lookup.
 class SubordIndexedTableLookupStrategyCoercingNW
          Index lookup strategy that coerces the key values before performing a lookup.
 class SubordIndexedTableLookupStrategyExpr
          Index lookup strategy for subqueries.
 class SubordIndexedTableLookupStrategyExprNW
          Index lookup strategy for subqueries.
 class SubordIndexedTableLookupStrategyLocking
          Index lookup strategy for subqueries.
 class SubordIndexedTableLookupStrategyProp
          Index lookup strategy for subqueries.
 class SubordIndexedTableLookupStrategySingleCoercing
          Index lookup strategy that coerces the key values before performing a lookup.
 class SubordIndexedTableLookupStrategySingleCoercingNW
          Index lookup strategy that coerces the key values before performing a lookup.
 class SubordIndexedTableLookupStrategySingleExpr
          Index lookup strategy for subqueries.
 class SubordIndexedTableLookupStrategySingleExprNW
          Index lookup strategy for subqueries.
 class SubordIndexedTableLookupStrategySingleProp
          Index lookup strategy for subqueries.
 class SubordIndexedTableLookupStrategySinglePropUnique
          Index lookup strategy for subqueries.
 class SubordIndexedTableLookupTableStrategy
          Index lookup strategy for subqueries against tables, full table scan.
 class SubordInKeywordMultiTableLookupStrategy
          Index lookup strategy for subqueries.
 class SubordInKeywordMultiTableLookupStrategyNW
          Index lookup strategy for subqueries for in-keyword single-index sided.
 class SubordInKeywordSingleTableLookupStrategy
          Index lookup strategy for subqueries.
 class SubordInKeywordSingleTableLookupStrategyNW
          Index lookup strategy for subqueries for in-keyword single-index sided.
 class SubordSortedTableLookupStrategy
          Index lookup strategy for subqueries.
 class SubordTableLookupStrategyNullRow
          Implementation for a table lookup strategy that returns exactly one row but leaves that row as an undefined value.
 

Methods in com.espertech.esper.epl.lookup that return SubordTableLookupStrategy
 SubordTableLookupStrategy SubordWMatchExprLookupStrategyIndexedFiltered.getTableLookupStrategy()
           
 SubordTableLookupStrategy SubordTableLookupStrategyFactoryVDW.makeStrategy(EventTable[] eventTable, VirtualDWView vdw)
           
 SubordTableLookupStrategy SubordTableLookupStrategyFactory.makeStrategy(EventTable[] eventTable, VirtualDWView vdw)
           
 SubordTableLookupStrategy SubordSortedTableLookupStrategyFactory.makeStrategy(EventTable[] eventTable, VirtualDWView vdw)
           
 SubordTableLookupStrategy SubordInKeywordSingleTableLookupStrategyFactory.makeStrategy(EventTable[] eventTable, VirtualDWView vdw)
           
 SubordTableLookupStrategy SubordInKeywordMultiTableLookupStrategyFactory.makeStrategy(EventTable[] eventTable, VirtualDWView vdw)
           
 SubordTableLookupStrategy SubordIndexedTableLookupStrategySinglePropFactory.makeStrategy(EventTable[] eventTable, VirtualDWView vdw)
           
 SubordTableLookupStrategy SubordIndexedTableLookupStrategySingleExprFactory.makeStrategy(EventTable[] eventTable, VirtualDWView vdw)
           
 SubordTableLookupStrategy SubordIndexedTableLookupStrategySingleCoercingFactory.makeStrategy(EventTable[] eventTable, VirtualDWView vdw)
           
 SubordTableLookupStrategy SubordIndexedTableLookupStrategyPropFactory.makeStrategy(EventTable[] eventTable, VirtualDWView vdw)
           
 SubordTableLookupStrategy SubordIndexedTableLookupStrategyExprFactory.makeStrategy(EventTable[] eventTable, VirtualDWView vdw)
           
 SubordTableLookupStrategy SubordIndexedTableLookupStrategyCoercingFactory.makeStrategy(EventTable[] eventTable, VirtualDWView vdw)
           
 SubordTableLookupStrategy SubordCompositeTableLookupStrategyFactory.makeStrategy(EventTable[] eventTable, VirtualDWView vdw)
           
 

Constructors in com.espertech.esper.epl.lookup with parameters of type SubordTableLookupStrategy
SubordIndexedTableLookupStrategyLocking(SubordTableLookupStrategy inner, StatementAgentInstanceLock statementLock)
           
SubordIndexedTableLookupTableStrategy(SubordTableLookupStrategy inner, java.util.concurrent.locks.Lock lock)
           
SubordWMatchExprLookupStrategyIndexedFiltered(ExprEvaluator joinExpr, SubordTableLookupStrategy tableLookupStrategy)
          Ctor.
SubordWMatchExprLookupStrategyIndexedUnfiltered(SubordTableLookupStrategy tableLookupStrategy)
          Ctor.
 

Uses of SubordTableLookupStrategy in com.espertech.esper.epl.virtualdw
 

Classes in com.espertech.esper.epl.virtualdw that implement SubordTableLookupStrategy
 class SubordTableLookupStrategyVirtualDW
           
 

Methods in com.espertech.esper.epl.virtualdw that return SubordTableLookupStrategy
 SubordTableLookupStrategy VirtualDWViewImpl.getSubordinateLookupStrategy(java.lang.String accessedByStatementName, java.lang.String accessedByStatementId, java.lang.annotation.Annotation[] accessedByStmtAnnotations, EventType[] outerStreamTypes, java.util.List<SubordPropHashKey> hashKeys, CoercionDesc hashKeyCoercionTypes, java.util.List<SubordPropRangeKey> rangeKeys, CoercionDesc rangeKeyCoercionTypes, boolean nwOnTrigger, EventTable eventTable, SubordPropPlan joinDesc, boolean forceTableScan)
           
 SubordTableLookupStrategy VirtualDWView.getSubordinateLookupStrategy(java.lang.String accessedByStatementName, java.lang.String accessedByStatementId, java.lang.annotation.Annotation[] accessedByStmtAnnotations, EventType[] outerStreamTypes, java.util.List<SubordPropHashKey> hashKeys, CoercionDesc hashKeyCoercionTypes, java.util.List<SubordPropRangeKey> rangeKeys, CoercionDesc rangeKeyCoercionTypes, boolean nwOnTrigger, EventTable eventTable, SubordPropPlan joinDesc, boolean forceTableScan)
           
 

Uses of SubordTableLookupStrategy in com.espertech.esper.metrics.instrumentation
 

Methods in com.espertech.esper.metrics.instrumentation with parameters of type SubordTableLookupStrategy
 void InstrumentationDefault.qIndexSubordLookup(SubordTableLookupStrategy subordTableLookupStrategy, EventTable optionalEventIndex, int[] keyStreamNums)
           
 void Instrumentation.qIndexSubordLookup(SubordTableLookupStrategy subordTableLookupStrategy, EventTable optionalEventIndex, int[] keyStreamNums)
           
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com