Uses of Interface
org.apache.flink.core.fs.PathsCopyingFileSystem.CopyRequest
-
Packages that use PathsCopyingFileSystem.CopyRequest Package Description org.apache.flink.core.fs -
-
Uses of PathsCopyingFileSystem.CopyRequest in org.apache.flink.core.fs
Methods in org.apache.flink.core.fs that return PathsCopyingFileSystem.CopyRequest Modifier and Type Method Description static PathsCopyingFileSystem.CopyRequestPathsCopyingFileSystem.CopyRequest. of(Path source, Path destination, long size)A factory method for creating a simple pair of source/destination.Method parameters in org.apache.flink.core.fs with type arguments of type PathsCopyingFileSystem.CopyRequest Modifier and Type Method Description voidPathsCopyingFileSystem. copyFiles(List<PathsCopyingFileSystem.CopyRequest> requests, ICloseableRegistry closeableRegistry)List ofPathsCopyingFileSystem.CopyRequestto copy in batch by thisPathsCopyingFileSystem.voidSafetyNetWrapperFileSystem. copyFiles(List<PathsCopyingFileSystem.CopyRequest> requests, ICloseableRegistry closeableRegistry)
-