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

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

public class scriptDesc
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
scriptDesc()
           
scriptDesc(String scriptCmd, tableDesc scriptOutputInfo, tableDesc scriptInputInfo)
           
 
Method Summary
 String getScriptCmd()
           
 tableDesc getScriptInputInfo()
           
 tableDesc getScriptOutputInfo()
           
 void setScriptCmd(String scriptCmd)
           
 void setScriptInputInfo(tableDesc scriptInputInfo)
           
 void setScriptOutputInfo(tableDesc scriptOutputInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

scriptDesc

public scriptDesc()

scriptDesc

public scriptDesc(String scriptCmd,
                  tableDesc scriptOutputInfo,
                  tableDesc scriptInputInfo)
Method Detail

getScriptCmd

public String getScriptCmd()

setScriptCmd

public void setScriptCmd(String scriptCmd)

getScriptOutputInfo

public tableDesc getScriptOutputInfo()

setScriptOutputInfo

public void setScriptOutputInfo(tableDesc scriptOutputInfo)

getScriptInputInfo

public tableDesc getScriptInputInfo()

setScriptInputInfo

public void setScriptInputInfo(tableDesc scriptInputInfo)


Copyright © 2009 The Apache Software Foundation