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, org.apache.hadoop.fs.Path sourcePath, org.apache.hadoop.fs.Path targetDir, boolean isDfsDir, String columns, String columnTypes)
           
LoadFileDesc(org.apache.hadoop.fs.Path sourcePath, org.apache.hadoop.fs.Path targetDir, boolean isDfsDir, String columns, String columnTypes)
           
 
Method Summary
 String getColumns()
           
 String getColumnTypes()
           
 String getDestinationCreateTable()
           
 boolean getIsDfsDir()
           
 org.apache.hadoop.fs.Path getTargetDir()
           
 void setColumns(String columns)
           
 void setColumnTypes(String columnTypes)
           
 void setIsDfsDir(boolean isDfsDir)
           
 void setTargetDir(org.apache.hadoop.fs.Path targetDir)
           
 
Methods inherited from class org.apache.hadoop.hive.ql.plan.LoadDesc
getSourcePath
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadFileDesc

public LoadFileDesc()

LoadFileDesc

public LoadFileDesc(CreateTableDesc createTableDesc,
                    org.apache.hadoop.fs.Path sourcePath,
                    org.apache.hadoop.fs.Path targetDir,
                    boolean isDfsDir,
                    String columns,
                    String columnTypes)

LoadFileDesc

public LoadFileDesc(org.apache.hadoop.fs.Path sourcePath,
                    org.apache.hadoop.fs.Path targetDir,
                    boolean isDfsDir,
                    String columns,
                    String columnTypes)
Method Detail

getTargetDir

public org.apache.hadoop.fs.Path getTargetDir()

setTargetDir

public void setTargetDir(org.apache.hadoop.fs.Path 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 © 2014 The Apache Software Foundation. All rights reserved.