public class CopyWork extends Object implements Serializable
Constructor and Description |
---|
CopyWork() |
CopyWork(org.apache.hadoop.fs.Path fromPath,
org.apache.hadoop.fs.Path toPath) |
CopyWork(org.apache.hadoop.fs.Path fromPath,
org.apache.hadoop.fs.Path toPath,
boolean errorOnSrcEmpty) |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.fs.Path |
getFromPath() |
org.apache.hadoop.fs.Path |
getToPath() |
boolean |
isErrorOnSrcEmpty() |
void |
setErrorOnSrcEmpty(boolean errorOnSrcEmpty) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.