Uses of Class
com.gpudb.filesystem.download.DownloadOptions
-
Packages that use DownloadOptions Package Description com.gpudb.filesystem com.gpudb.filesystem.common com.gpudb.filesystem.download -
-
Uses of DownloadOptions in com.gpudb.filesystem
Methods in com.gpudb.filesystem with parameters of type DownloadOptions Modifier and Type Method Description voidGPUdbFileHandler. download(String fileName, String localDirName, DownloadOptions downloadOptions, FileDownloadListener callback)Downloads a KiFS file with the given path to a given local directory.voidGPUdbFileHandler. download(List<String> fileNames, String localDirName, DownloadOptions downloadOptions, FileDownloadListener callback)Downloads KiFS files with the given paths to a given local directory.voidGPUdbFileHandler. downloadDir(String remoteDirName, String localDirName, DownloadOptions downloadOptions, FileDownloadListener callback)Downloads all files in a given KiFS directory to a given local directory. -
Uses of DownloadOptions in com.gpudb.filesystem.common
Constructors in com.gpudb.filesystem.common with parameters of type DownloadOptions Constructor Description IoTask(GPUdb db, String fileName, MultiPartDownloadInfo multiPartDownloadInfo, DownloadOptions options)Constructs a task for downloading a part of a multi-part download. -
Uses of DownloadOptions in com.gpudb.filesystem.download
Methods in com.gpudb.filesystem.download that return DownloadOptions Modifier and Type Method Description static DownloadOptionsDownloadOptions. defaultOptions()Methods in com.gpudb.filesystem.download with parameters of type DownloadOptions Modifier and Type Method Description static org.apache.commons.lang3.tuple.Pair<String,DownloadIoJob>DownloadIoJob. createNewJob(GPUdb db, GPUdbFileHandler.Options fileHandlerOptions, String remoteFileName, String localFileName, KifsFileInfo kifsFileInfo, DownloadOptions downloadOptions, FileDownloadListener callback)Creates a new job for downloading a file.Constructors in com.gpudb.filesystem.download with parameters of type DownloadOptions Constructor Description FileDownloader(GPUdb db, List<String> fileNames, String localDirName, DownloadOptions options, FileDownloadListener callback, GPUdbFileHandler.Options fileHandlerOptions)Constructs a newFileDownloadermanager for downloading a given set of files from a given KiFS directory to a local directory.
-