Class ExplainPlanContext

java.lang.Object
com.gigaspaces.internal.query.explainplan.ExplainPlanContext

public class ExplainPlanContext extends Object
Since:
12.0.1
Author:
yael nahon
  • Constructor Details

    • ExplainPlanContext

      public ExplainPlanContext()
  • Method Details

    • getSingleExplainPlan

      public SingleExplainPlan getSingleExplainPlan()
    • setSingleExplainPlan

      public void setSingleExplainPlan(SingleExplainPlan singleExplainPlan)
    • getFatherNode

      public IndexChoiceNode getFatherNode()
    • setFatherNode

      public void setFatherNode(IndexChoiceNode fatherNode)
    • getMatch

      public IndexChoiceNode getMatch()
    • setMatch

      public void setMatch(IndexChoiceNode match)
    • setDryRun

      public void setDryRun(boolean dryRun)
    • isDryRun

      public boolean isDryRun()