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

CopyWork.

See Also:
Serialized Form

Constructor Summary
CopyWork()
           
CopyWork(String fromPath, String toPath)
           
CopyWork(String fromPath, String toPath, boolean errorOnSrcEmpty)
           
 
Method Summary
 String getFromPath()
           
 String getToPath()
           
 boolean isErrorOnSrcEmpty()
           
 void setErrorOnSrcEmpty(boolean errorOnSrcEmpty)
           
 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)

CopyWork

public CopyWork(String fromPath,
                String toPath,
                boolean errorOnSrcEmpty)
Method Detail

getFromPath

public String getFromPath()

setFromPath

public void setFromPath(String fromPath)

getToPath

public String getToPath()

setToPath

public void setToPath(String toPath)

setErrorOnSrcEmpty

public void setErrorOnSrcEmpty(boolean errorOnSrcEmpty)

isErrorOnSrcEmpty

public boolean isErrorOnSrcEmpty()


Copyright © 2011 The Apache Software Foundation