Package com.gpudb.filesystem.upload
Class FullFileDispatcher.FullFileDownloadTask
- java.lang.Object
-
- com.gpudb.filesystem.upload.FullFileDispatcher.FullFileDownloadTask
-
-
Constructor Summary
Constructors Constructor Description FullFileDownloadTask(GPUdb db, List<String> remoteFileNames, List<ByteBuffer> payloads, Map<String,String> options)Constructs a download task with the resources required to download files from KiFS in a thread.
-
-
-
Constructor Detail
-
FullFileDownloadTask
public FullFileDownloadTask(GPUdb db, List<String> remoteFileNames, List<ByteBuffer> payloads, Map<String,String> options)
Constructs a download task with the resources required to download files from KiFS in a thread.- Parameters:
db- - theGPUdbobjectremoteFileNames- - Names of the files on KIFSpayloads- - The payloads for the files as ByteBuffersoptions- - Options passed toGPUdb.downloadFiles(List, List, List, Map)
-
-