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

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

public class loadTableDesc
extends loadDesc
implements Serializable

See Also:
Serialized Form

Constructor Summary
loadTableDesc()
           
loadTableDesc(String sourceDir, String tmpDir, tableDesc table, HashMap<String,String> partitionSpec)
           
loadTableDesc(String sourceDir, String tmpDir, tableDesc table, HashMap<String,String> partitionSpec, boolean replace)
           
 
Method Summary
 HashMap<String,String> getPartitionSpec()
           
 boolean getReplace()
           
 tableDesc getTable()
           
 String getTmpDir()
           
 void setPartitionSpec(HashMap<String,String> partitionSpec)
           
 void setReplace(boolean replace)
           
 void setTable(tableDesc table)
           
 void setTmpDir(String tmp)
           
 
Methods inherited from class org.apache.hadoop.hive.ql.plan.loadDesc
getSourceDir, setSourceDir
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

loadTableDesc

public loadTableDesc()

loadTableDesc

public loadTableDesc(String sourceDir,
                     String tmpDir,
                     tableDesc table,
                     HashMap<String,String> partitionSpec,
                     boolean replace)

loadTableDesc

public loadTableDesc(String sourceDir,
                     String tmpDir,
                     tableDesc table,
                     HashMap<String,String> partitionSpec)
Method Detail

getTmpDir

public String getTmpDir()

setTmpDir

public void setTmpDir(String tmp)

getTable

public tableDesc getTable()

setTable

public void setTable(tableDesc table)

getPartitionSpec

public HashMap<String,String> getPartitionSpec()

setPartitionSpec

public void setPartitionSpec(HashMap<String,String> partitionSpec)

getReplace

public boolean getReplace()

setReplace

public void setReplace(boolean replace)


Copyright © 2009 The Apache Software Foundation