|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.cql.common.Plan
org.apache.cassandra.cql.common.ExplainPlan
public class ExplainPlan
The "Plan" for the EXPLAIN PLAN statement itself! It is nothing but a simple wrapper around the "Plan" for the statement on which an EXPLAIN PLAN has been requested.
Constructor Summary | |
---|---|
ExplainPlan(Plan plan)
Construct an ExplainPlan instance for the statement whose "plan" has been passed in. |
Method Summary | |
---|---|
CqlResult |
execute()
|
java.lang.String |
explainPlan()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExplainPlan(Plan plan)
Method Detail |
---|
public CqlResult execute()
execute
in class Plan
public java.lang.String explainPlan()
explainPlan
in class Plan
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |