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

Packages that use ExcludePlanHint
com.espertech.esper.core.context.factory Statement agent instance factories. 
com.espertech.esper.epl.join.hint Hints related to joins. 
com.espertech.esper.epl.join.plan Inner join and outer join query planning 
com.espertech.esper.epl.lookup Subquery execution strategies and lookup indexes 
 

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

Methods in com.espertech.esper.core.context.factory that return ExcludePlanHint
 ExcludePlanHint StatementAgentInstanceFactoryOnTriggerNamedWindow.IndexHintPair.getExcludePlanHint()
           
 

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

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

Methods in com.espertech.esper.epl.join.hint that return ExcludePlanHint
static ExcludePlanHint ExcludePlanHint.getHint(java.lang.String[] streamNames, StatementContext statementContext)
           
 

Uses of ExcludePlanHint in com.espertech.esper.epl.join.plan
 

Methods in com.espertech.esper.epl.join.plan with parameters of type ExcludePlanHint
static SubordPropPlan QueryPlanIndexBuilder.getJoinProps(ExprNode filterExpr, int outsideStreamCount, EventType[] allStreamTypesZeroIndexed, ExcludePlanHint excludePlanHint)
           
 

Constructors in com.espertech.esper.epl.join.plan with parameters of type ExcludePlanHint
QueryGraph(int numStreams, ExcludePlanHint optionalHint, boolean nToZeroAnalysis)
          Ctor.
 

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

Methods in com.espertech.esper.epl.lookup with parameters of type ExcludePlanHint
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)
           
 


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