Uses of Class
com.espertech.esper.common.internal.epl.join.hint.ExcludePlanHint
Packages that use ExcludePlanHint
Package
Description
Hints related to joins.
-
Uses of ExcludePlanHint in com.espertech.esper.common.internal.epl.join.hint
Methods in com.espertech.esper.common.internal.epl.join.hint that return ExcludePlanHintModifier and TypeMethodDescriptionstatic ExcludePlanHint
ExcludePlanHint.getHint
(String[] streamNames, StatementRawInfo rawInfo, StatementCompileTimeServices services) -
Uses of ExcludePlanHint in com.espertech.esper.common.internal.epl.join.querygraph
Constructors in com.espertech.esper.common.internal.epl.join.querygraph with parameters of type ExcludePlanHintModifierConstructorDescriptionQueryGraphForge
(int numStreams, ExcludePlanHint optionalHint, boolean nToZeroAnalysis) Ctor. -
Uses of ExcludePlanHint in com.espertech.esper.common.internal.epl.join.queryplanbuild
Methods in com.espertech.esper.common.internal.epl.join.queryplanbuild with parameters of type ExcludePlanHintModifier and TypeMethodDescriptionstatic SubordPropPlan
QueryPlanIndexBuilder.getJoinProps
(ExprNode filterExpr, int outsideStreamCount, EventType[] allStreamTypesZeroIndexed, ExcludePlanHint excludePlanHint) -
Uses of ExcludePlanHint in com.espertech.esper.common.internal.epl.lookupplansubord
Methods in com.espertech.esper.common.internal.epl.lookupplansubord that return ExcludePlanHintMethods in com.espertech.esper.common.internal.epl.lookupplansubord with parameters of type ExcludePlanHintModifier and TypeMethodDescriptionSubordinateQueryPlanner.planOnExpression
(ExprNode joinExpr, EventType filterEventType, IndexHint optionalIndexHint, boolean isIndexShare, int subqueryNumber, ExcludePlanHint excludePlanHint, boolean isVirtualDataWindow, EventTableIndexMetadata indexMetadata, EventType eventTypeIndexed, Set<String> optionalUniqueKeyProps, boolean onlyUseExistingIndexes, StatementRawInfo statementRawInfo, StatementCompileTimeServices compileTimeServices) Constructors in com.espertech.esper.common.internal.epl.lookupplansubord with parameters of type ExcludePlanHintModifierConstructorDescriptionIndexHintPair
(IndexHint indexHint, ExcludePlanHint excludePlanHint)