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

java.lang.Object
  extended by org.apache.hadoop.hive.ql.plan.LoadDesc
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LoadFileDesc, LoadTableDesc

public class LoadDesc
extends Object
implements Serializable

LoadDesc.

See Also:
Serialized Form

Constructor Summary
LoadDesc()
           
LoadDesc(String sourceDir)
           
 
Method Summary
 String getSourceDir()
           
 void setSourceDir(String source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadDesc

public LoadDesc()

LoadDesc

public LoadDesc(String sourceDir)
Method Detail

getSourceDir

public String getSourceDir()

setSourceDir

public void setSourceDir(String source)


Copyright © 2013 The Apache Software Foundation