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.named Named window classes are in this package 
com.espertech.esper.epl.virtualdw Virtual data window. 
 

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
SubSelectStrategyFactoryNamedWinIndexShare(SubordTableLookupStrategy namedWindowSubqueryLookup, ExprEvaluator filterExprEval, AggregationServiceFactoryDesc aggregationServiceFactory)
           
SubSelectStrategyRealization(SubordTableLookupStrategy strategy, SubselectAggregationPreprocessor 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 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 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 SubordTableLookupStrategyFactory.makeStrategy(EventTable eventTable)
           
 SubordTableLookupStrategy SubordSortedTableLookupStrategyFactory.makeStrategy(EventTable eventTable)
           
 SubordTableLookupStrategy SubordIndexedTableLookupStrategySinglePropFactory.makeStrategy(EventTable eventTable)
           
 SubordTableLookupStrategy SubordIndexedTableLookupStrategySingleExprFactory.makeStrategy(EventTable eventTable)
           
 SubordTableLookupStrategy SubordIndexedTableLookupStrategySingleCoercingFactory.makeStrategy(EventTable eventTable)
           
 SubordTableLookupStrategy SubordIndexedTableLookupStrategyPropFactory.makeStrategy(EventTable eventTable)
           
 SubordTableLookupStrategy SubordIndexedTableLookupStrategyExprFactory.makeStrategy(EventTable eventTable)
           
 SubordTableLookupStrategy SubordIndexedTableLookupStrategyCoercingFactory.makeStrategy(EventTable eventTable)
           
 SubordTableLookupStrategy SubordCompositeTableLookupStrategyFactory.makeStrategy(EventTable eventTable)
           
 

Constructors in com.espertech.esper.epl.lookup with parameters of type SubordTableLookupStrategy
SubordIndexedTableLookupStrategyLocking(SubordTableLookupStrategy inner, StatementAgentInstanceLock statementLock)
           
 

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

Methods in com.espertech.esper.epl.named that return SubordTableLookupStrategy
 SubordTableLookupStrategy NamedWindowRootViewInstance.getAddSubqueryLookupStrategy(java.lang.String accessedByStatementName, java.lang.String accessedByStatementId, java.lang.annotation.Annotation[] accessedByStmtAnnotations, EventType[] eventTypesPerStream, SubordPropPlan joinDesc, boolean fullTableScan, int subqueryNum, IndexHint optionalIndexHint)
           
 

Methods in com.espertech.esper.epl.named with parameters of type SubordTableLookupStrategy
 void NamedWindowRootViewInstance.removeSubqueryLookupStrategy(SubordTableLookupStrategy namedWindowSubqueryLookup)
           
 

Constructors in com.espertech.esper.epl.named with parameters of type SubordTableLookupStrategy
NamedWindowLookupStrategyIndexed(ExprEvaluator joinExpr, SubordTableLookupStrategy tableLookupStrategy)
          Ctor.
NamedWindowLookupStrategyIndexedUnfiltered(SubordTableLookupStrategy tableLookupStrategy)
          Ctor.
NamedWindowSubqueryStopCallback(NamedWindowProcessorInstance processor, SubordTableLookupStrategy namedWindowSubqueryLookup)
           
 

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)
           
 


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