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

LoadTableDesc.

See Also:
Serialized Form

Constructor Summary
LoadTableDesc()
           
LoadTableDesc(String sourceDir, String tmpDir, TableDesc table, DynamicPartitionCtx dpCtx)
           
LoadTableDesc(String sourceDir, String tmpDir, TableDesc table, Map<String,String> partitionSpec)
           
LoadTableDesc(String sourceDir, String tmpDir, TableDesc table, Map<String,String> partitionSpec, boolean replace)
           
 
Method Summary
 DynamicPartitionCtx getDPCtx()
           
 boolean getHoldDDLTime()
           
 boolean getInheritTableSpecs()
           
 Map<String,String> getPartitionSpec()
           
 boolean getReplace()
           
 TableDesc getTable()
           
 String getTmpDir()
           
 void setDPCtx(DynamicPartitionCtx dpCtx)
           
 void setHoldDDLTime(boolean ddlTime)
           
 void setInheritTableSpecs(boolean inheritTableSpecs)
           
 void setPartitionSpec(Map<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,
                     Map<String,String> partitionSpec,
                     boolean replace)

LoadTableDesc

public LoadTableDesc(String sourceDir,
                     String tmpDir,
                     TableDesc table,
                     Map<String,String> partitionSpec)

LoadTableDesc

public LoadTableDesc(String sourceDir,
                     String tmpDir,
                     TableDesc table,
                     DynamicPartitionCtx dpCtx)
Method Detail

setHoldDDLTime

public void setHoldDDLTime(boolean ddlTime)

getHoldDDLTime

public boolean getHoldDDLTime()

getTmpDir

public String getTmpDir()

setTmpDir

public void setTmpDir(String tmp)

getTable

public TableDesc getTable()

setTable

public void setTable(TableDesc table)

getPartitionSpec

public Map<String,String> getPartitionSpec()

setPartitionSpec

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

getReplace

public boolean getReplace()

setReplace

public void setReplace(boolean replace)

getDPCtx

public DynamicPartitionCtx getDPCtx()

setDPCtx

public void setDPCtx(DynamicPartitionCtx dpCtx)

getInheritTableSpecs

public boolean getInheritTableSpecs()

setInheritTableSpecs

public void setInheritTableSpecs(boolean inheritTableSpecs)


Copyright © 2013 The Apache Software Foundation