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

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

public class loadFileDesc
extends loadDesc
implements Serializable

See Also:
Serialized Form

Constructor Summary
loadFileDesc()
           
loadFileDesc(String sourceDir, String targetDir, boolean isDfsDir, String columns)
           
 
Method Summary
 String getColumns()
           
 boolean getIsDfsDir()
           
 String getTargetDir()
           
 void setColumns(String columns)
           
 void setIsDfsDir(boolean isDfsDir)
           
 void setTargetDir(String targetDir)
           
 
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

loadFileDesc

public loadFileDesc()

loadFileDesc

public loadFileDesc(String sourceDir,
                    String targetDir,
                    boolean isDfsDir,
                    String columns)
Method Detail

getTargetDir

public String getTargetDir()

setTargetDir

public void setTargetDir(String targetDir)

getIsDfsDir

public boolean getIsDfsDir()

setIsDfsDir

public void setIsDfsDir(boolean isDfsDir)

getColumns

public String getColumns()
Returns:
the columns

setColumns

public void setColumns(String columns)
Parameters:
columns - the columns to set


Copyright © 2009 The Apache Software Foundation