Class FileCopyTask
- java.lang.Object
-
- org.apache.flink.examples.java.distcp.FileCopyTask
-
- All Implemented Interfaces:
Serializable
public class FileCopyTask extends Object implements Serializable
A Java POJO that represents a task for copying a single file.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileCopyTask(org.apache.flink.core.fs.Path path, String relativePath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.flink.core.fs.PathgetPath()StringgetRelativePath()StringtoString()
-