Uses of Interface
org.apache.flink.core.fs.DuplicatingFileSystem.CopyRequest
-
Packages that use DuplicatingFileSystem.CopyRequest Package Description org.apache.flink.core.fs -
-
Uses of DuplicatingFileSystem.CopyRequest in org.apache.flink.core.fs
Methods in org.apache.flink.core.fs that return DuplicatingFileSystem.CopyRequest Modifier and Type Method Description static DuplicatingFileSystem.CopyRequestDuplicatingFileSystem.CopyRequest. of(Path source, Path destination)A factory method for creating a simple pair of source/destination.Method parameters in org.apache.flink.core.fs with type arguments of type DuplicatingFileSystem.CopyRequest Modifier and Type Method Description voidDuplicatingFileSystem. duplicate(List<DuplicatingFileSystem.CopyRequest> requests)Duplicates the source path into the destination path.
-