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

LoadFileDesc.

See Also:
Serialized Form

Constructor Summary
LoadFileDesc()
           
LoadFileDesc(CreateTableDesc createTableDesc, String sourceDir, String targetDir, boolean isDfsDir, String columns, String columnTypes)
           
LoadFileDesc(String sourceDir, String targetDir, boolean isDfsDir, String columns, String columnTypes)
           
 
Method Summary
 String getColumns()
           
 String getColumnTypes()
           
 String getDestinationCreateTable()
           
 boolean getIsDfsDir()
           
 String getTargetDir()
           
 void setColumns(String columns)
           
 void setColumnTypes(String columnTypes)
           
 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(CreateTableDesc createTableDesc,
                    String sourceDir,
                    String targetDir,
                    boolean isDfsDir,
                    String columns,
                    String columnTypes)

LoadFileDesc

public LoadFileDesc(String sourceDir,
                    String targetDir,
                    boolean isDfsDir,
                    String columns,
                    String columnTypes)
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

getColumnTypes

public String getColumnTypes()
Returns:
the columnTypes

setColumnTypes

public void setColumnTypes(String columnTypes)
Parameters:
columnTypes - the columnTypes to set

getDestinationCreateTable

public String getDestinationCreateTable()
Returns:
the destinationCreateTable


Copyright © 2013 The Apache Software Foundation