org.apache.cassandra.cql.common
Class Plan

java.lang.Object
  extended by org.apache.cassandra.cql.common.Plan
Direct Known Subclasses:
DMLPlan, ExplainPlan, QueryPlan

public abstract class Plan
extends java.lang.Object

Abstract class representing the shared execution plan for a CQL statement (query or DML operation).


Constructor Summary
Plan()
           
 
Method Summary
abstract  CqlResult execute()
           
abstract  java.lang.String explainPlan()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Plan

public Plan()
Method Detail

execute

public abstract CqlResult execute()

explainPlan

public abstract java.lang.String explainPlan()


Copyright © 2009 The Apache Software Foundation