public class ExplainPlanContext extends Object implements Externalizable
| Constructor and Description |
|---|
ExplainPlanContext() |
| Modifier and Type | Method and Description |
|---|---|
IndexChoiceNode |
getFatherNode() |
IndexChoiceNode |
getMatch() |
SingleExplainPlan |
getSingleExplainPlan() |
void |
readExternal(ObjectInput objectInput) |
void |
setFatherNode(IndexChoiceNode fatherNode) |
void |
setMatch(IndexChoiceNode match) |
void |
setSingleExplainPlan(SingleExplainPlan singleExplainPlan) |
void |
writeExternal(ObjectOutput objectOutput) |
public SingleExplainPlan getSingleExplainPlan()
public void setSingleExplainPlan(SingleExplainPlan singleExplainPlan)
public IndexChoiceNode getFatherNode()
public void setFatherNode(IndexChoiceNode fatherNode)
public IndexChoiceNode getMatch()
public void setMatch(IndexChoiceNode match)
public void writeExternal(ObjectOutput objectOutput) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput objectInput) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © GigaSpaces.