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

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

public class copyWork
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
copyWork()
           
copyWork(String fromPath, String toPath)
           
 
Method Summary
 String getFromPath()
           
 String getToPath()
           
 void setFromPath(String fromPath)
           
 void setToPath(String toPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

copyWork

public copyWork()

copyWork

public copyWork(String fromPath,
                String toPath)
Method Detail

getFromPath

public String getFromPath()

setFromPath

public void setFromPath(String fromPath)

getToPath

public String getToPath()

setToPath

public void setToPath(String toPath)


Copyright © 2009 The Apache Software Foundation