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

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

public class fetchWork
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
fetchWork()
           
fetchWork(List<org.apache.hadoop.fs.Path> partDir, List<partitionDesc> partDesc, int limit)
           
fetchWork(org.apache.hadoop.fs.Path tblDir, tableDesc tblDesc, int limit)
           
 
Method Summary
 int getLimit()
           
 List<partitionDesc> getPartDesc()
           
 List<org.apache.hadoop.fs.Path> getPartDir()
           
 String getSerializationNullFormat()
           
 tableDesc getTblDesc()
           
 org.apache.hadoop.fs.Path getTblDir()
           
 void setLimit(int limit)
           
 void setPartDesc(List<partitionDesc> partDesc)
           
 void setPartDir(List<org.apache.hadoop.fs.Path> partDir)
           
 void setSerializationNullFormat(String format)
           
 void setTblDesc(tableDesc tblDesc)
           
 void setTblDir(org.apache.hadoop.fs.Path tblDir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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