Uses of Class
com.gpudb.filesystem.download.DownloadIoJob
-
Packages that use DownloadIoJob Package Description com.gpudb.filesystem.download -
-
Uses of DownloadIoJob in com.gpudb.filesystem.download
Methods in com.gpudb.filesystem.download that return types with arguments of type DownloadIoJob 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.
-