org.apache.hadoop.hive.ql.plan
Class LoadTableDesc
java.lang.Object
org.apache.hadoop.hive.ql.plan.LoadDesc
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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