org.apache.hadoop.hive.ql.plan
Class explainWork

java.lang.Object
  extended by org.apache.hadoop.hive.ql.plan.explainWork
All Implemented Interfaces:
Serializable

public class explainWork
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
explainWork()
           
explainWork(org.apache.hadoop.fs.Path resFile, List<Task<? extends Serializable>> rootTasks, String astStringTree, boolean extended)
           
 
Method Summary
 String getAstStringTree()
           
 boolean getExtended()
           
 org.apache.hadoop.fs.Path getResFile()
           
 List<Task<? extends Serializable>> getRootTasks()
           
 void setAstStringTree(String astStringTree)
           
 void setExtended(boolean extended)
           
 void setResFile(org.apache.hadoop.fs.Path resFile)
           
 void setRootTasks(List<Task<? extends Serializable>> rootTasks)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

explainWork

public explainWork()

explainWork

public explainWork(org.apache.hadoop.fs.Path resFile,
                   List<Task<? extends Serializable>> rootTasks,
                   String astStringTree,
                   boolean extended)
Method Detail

getResFile

public org.apache.hadoop.fs.Path getResFile()

setResFile

public void setResFile(org.apache.hadoop.fs.Path resFile)

getRootTasks

public List<Task<? extends Serializable>> getRootTasks()

setRootTasks

public void setRootTasks(List<Task<? extends Serializable>> rootTasks)

getAstStringTree

public String getAstStringTree()

setAstStringTree

public void setAstStringTree(String astStringTree)

getExtended

public boolean getExtended()

setExtended

public void setExtended(boolean extended)


Copyright © 2009 The Apache Software Foundation