Uses of Class
com.espertech.esper.epl.join.hint.IndexHint

Packages that use IndexHint
com.espertech.esper.core.context.factory Statement agent instance factories. 
com.espertech.esper.core.context.subselect Subselect implementation. 
com.espertech.esper.epl.join.hint Hints related to joins. 
com.espertech.esper.epl.lookup Subquery execution strategies and lookup indexes 
 

Uses of IndexHint in com.espertech.esper.core.context.factory
 

Methods in com.espertech.esper.core.context.factory that return IndexHint
 IndexHint StatementAgentInstanceFactoryOnTriggerNamedWindow.IndexHintPair.getIndexHint()
           
 

Constructors in com.espertech.esper.core.context.factory with parameters of type IndexHint
StatementAgentInstanceFactoryOnTriggerNamedWindow.IndexHintPair(IndexHint indexHint, ExcludePlanHint excludePlanHint)
           
 

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

Constructors in com.espertech.esper.core.context.subselect with parameters of type IndexHint
SubSelectStrategyFactoryIndexShare(java.lang.String statementName, java.lang.String statementId, int subqueryNum, EventType[] outerEventTypesSelect, NamedWindowProcessor optionalNamedWindowProcessor, TableMetadata optionalTableMetadata, boolean fullTableScan, IndexHint optionalIndexHint, SubordPropPlan joinedPropPlan, ExprEvaluator filterExprEval, AggregationServiceFactoryDesc aggregationServiceFactory, ExprEvaluator[] groupByKeys, TableService tableService, java.lang.annotation.Annotation[] annotations, StatementStopService statementStopService)
           
 

Uses of IndexHint in com.espertech.esper.epl.join.hint
 

Methods in com.espertech.esper.epl.join.hint that return IndexHint
static IndexHint IndexHint.getIndexHint(java.lang.annotation.Annotation[] annotations)
           
 

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

Methods in com.espertech.esper.epl.lookup with parameters of type IndexHint
static SubordinateWMatchExprQueryPlanResult SubordinateQueryPlanner.planOnExpression(ExprNode joinExpr, EventType filterEventType, IndexHint optionalIndexHint, boolean isIndexShare, int subqueryNumber, ExcludePlanHint excludePlanHint, boolean isVirtualDataWindow, EventTableIndexMetadata indexMetadata, EventType eventTypeIndexed, java.util.Set<java.lang.String> optionalUniqueKeyProps, boolean onlyUseExistingIndexes, java.lang.String statementName, java.lang.String statementId, java.lang.annotation.Annotation[] annotations)
           
static SubordinateQueryPlanDesc SubordinateQueryPlanner.planSubquery(EventType[] outerStreams, SubordPropPlan joinDesc, boolean isNWOnTrigger, boolean forceTableScan, IndexHint optionalIndexHint, boolean indexShare, int subqueryNumber, boolean isVirtualDataWindow, EventTableIndexMetadata indexMetadata, java.util.Set<java.lang.String> optionalUniqueKeyProps, boolean onlyUseExistingIndexes, java.lang.String statementName, java.lang.String statementId, java.lang.annotation.Annotation[] annotations)
           
 


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