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