Uses of Class
com.gpudb.protocol.DownloadFilesRequest
-
Packages that use DownloadFilesRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of DownloadFilesRequest in com.gpudb
Methods in com.gpudb with parameters of type DownloadFilesRequest Modifier and Type Method Description DownloadFilesResponseGPUdb. downloadFiles(DownloadFilesRequest request)Downloads one or more files from KiFS. -
Uses of DownloadFilesRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return DownloadFilesRequest Modifier and Type Method Description DownloadFilesRequestDownloadFilesRequest. setFileNames(List<String> fileNames)An array of the file names to download from KiFS.DownloadFilesRequestDownloadFilesRequest. setOptions(Map<String,String> options)Optional parameters.DownloadFilesRequestDownloadFilesRequest. setReadLengths(List<Long> readLengths)Array of number of bytes to read from each respective file infileNames.DownloadFilesRequestDownloadFilesRequest. setReadOffsets(List<Long> readOffsets)An array of starting byte offsets from which to read each respective file infileNames.
-