org.apache.hadoop.hive.ql.plan
Class fetchWork
java.lang.Object
org.apache.hadoop.hive.ql.plan.fetchWork
- All Implemented Interfaces:
- Serializable
public class fetchWork
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fetchWork
public fetchWork()
fetchWork
public fetchWork(org.apache.hadoop.fs.Path tblDir,
tableDesc tblDesc,
int limit)
fetchWork
public fetchWork(List<org.apache.hadoop.fs.Path> partDir,
List<partitionDesc> partDesc,
int limit)
getSerializationNullFormat
public String getSerializationNullFormat()
setSerializationNullFormat
public void setSerializationNullFormat(String format)
getTblDir
public org.apache.hadoop.fs.Path getTblDir()
- Returns:
- the tblDir
setTblDir
public void setTblDir(org.apache.hadoop.fs.Path tblDir)
- Parameters:
tblDir
- the tblDir to set
getTblDesc
public tableDesc getTblDesc()
- Returns:
- the tblDesc
setTblDesc
public void setTblDesc(tableDesc tblDesc)
- Parameters:
tblDesc
- the tblDesc to set
getPartDir
public List<org.apache.hadoop.fs.Path> getPartDir()
- Returns:
- the partDir
setPartDir
public void setPartDir(List<org.apache.hadoop.fs.Path> partDir)
- Parameters:
partDir
- the partDir to set
getPartDesc
public List<partitionDesc> getPartDesc()
- Returns:
- the partDesc
setPartDesc
public void setPartDesc(List<partitionDesc> partDesc)
- Parameters:
partDesc
- the partDesc to set
getLimit
public int getLimit()
- Returns:
- the limit
setLimit
public void setLimit(int limit)
- Parameters:
limit
- the limit to set
Copyright © 2009 The Apache Software Foundation