Uses of Class
com.gigaspaces.internal.query.explainplan.IndexChoiceNode
Packages that use IndexChoiceNode
-
Uses of IndexChoiceNode in com.gigaspaces.internal.query.explainplan
Methods in com.gigaspaces.internal.query.explainplan that return IndexChoiceNodeModifier and TypeMethodDescriptionExplainPlanContext.getFatherNode()SingleExplainPlan.getLatestIndexChoiceNode(String clazz) ExplainPlanContext.getMatch()Methods in com.gigaspaces.internal.query.explainplan that return types with arguments of type IndexChoiceNodeModifier and TypeMethodDescriptionSingleExplainPlan.getIndexesInfo()SingleExplainPlan.getScanSelectionTree(String clazz) Methods in com.gigaspaces.internal.query.explainplan with parameters of type IndexChoiceNodeModifier and TypeMethodDescriptionvoidSingleExplainPlan.addScanIndexChoiceNode(String clazz, IndexChoiceNode indexChoiceNode) voidExplainPlanContext.setFatherNode(IndexChoiceNode fatherNode) voidExplainPlanContext.setMatch(IndexChoiceNode match) Method parameters in com.gigaspaces.internal.query.explainplan with type arguments of type IndexChoiceNodeModifier and TypeMethodDescriptionvoidSingleExplainPlan.addIndexesInfo(String type, List<IndexChoiceNode> scanSelectionTree) protected voidExplainPlanImpl.append(TextReportFormatter report, String typeName, List<IndexChoiceNode> list, ScanningInfo scanningInfo) voidSingleExplainPlan.setIndexesInfo(Map<String, List<IndexChoiceNode>> indexesInfo)