Uses of Class
org.apache.flink.examples.java.distcp.FileCopyTask
-
Packages that use FileCopyTask Package Description org.apache.flink.examples.java.distcp -
-
Uses of FileCopyTask in org.apache.flink.examples.java.distcp
Methods in org.apache.flink.examples.java.distcp that return FileCopyTask Modifier and Type Method Description FileCopyTaskFileCopyTaskInputSplit. getTask()FileCopyTaskFileCopyTaskInputFormat. nextRecord(FileCopyTask reuse)Methods in org.apache.flink.examples.java.distcp with parameters of type FileCopyTask Modifier and Type Method Description FileCopyTaskFileCopyTaskInputFormat. nextRecord(FileCopyTask reuse)Constructors in org.apache.flink.examples.java.distcp with parameters of type FileCopyTask Constructor Description FileCopyTaskInputSplit(FileCopyTask task, int splitNumber)Constructor parameters in org.apache.flink.examples.java.distcp with type arguments of type FileCopyTask Constructor Description FileCopyTaskInputFormat(List<FileCopyTask> tasks)
-