org.apache.cassandra.cql.common
Class ExplainPlan

java.lang.Object
  extended by org.apache.cassandra.cql.common.Plan
      extended by org.apache.cassandra.cql.common.ExplainPlan

public class ExplainPlan
extends Plan

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

ExplainPlan

public ExplainPlan(Plan plan)
Construct an ExplainPlan instance for the statement whose "plan" has been passed in.

Method Detail

execute

public CqlResult execute()
Specified by:
execute in class Plan

explainPlan

public java.lang.String explainPlan()
Specified by:
explainPlan in class Plan


Copyright © 2009 The Apache Software Foundation