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

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

public class LoadMultiFilesDesc
extends Object
implements Serializable

LoadMultiFilesDesc.

See Also:
Serialized Form

Constructor Summary
LoadMultiFilesDesc()
           
LoadMultiFilesDesc(List<String> sourceDirs, List<String> targetDir, boolean isDfsDir, String columns, String columnTypes)
           
 
Method Summary
 String getColumns()
           
 String getColumnTypes()
           
 boolean getIsDfsDir()
           
 List<String> getSourceDirs()
           
 List<String> getTargetDirs()
           
 void setColumns(String columns)
           
 void setColumnTypes(String columnTypes)
           
 void setIsDfsDir(boolean isDfsDir)
           
 void setSourceDirs(List<String> srcs)
           
 void setTargetDirs(List<String> targetDir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadMultiFilesDesc

public LoadMultiFilesDesc()

LoadMultiFilesDesc

public LoadMultiFilesDesc(List<String> sourceDirs,
                          List<String> targetDir,
                          boolean isDfsDir,
                          String columns,
                          String columnTypes)
Method Detail

getTargetDirs

public List<String> getTargetDirs()

getSourceDirs

public List<String> getSourceDirs()

setSourceDirs

public void setSourceDirs(List<String> srcs)

setTargetDirs

public void setTargetDirs(List<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


Copyright © 2013 The Apache Software Foundation