public static final class FullFileDispatcher.FullFileDownloadTask extends Object implements Callable<Result>
call() method is the one which runs in the
thread and calls the endpoint GPUdb.uploadFiles(List, List, Map)
to upload the current batch of files to KIFS| Constructor and Description |
|---|
FullFileDownloadTask(GPUdb db,
List<String> remoteFileNames,
List<ByteBuffer> payloads,
Map<String,String> options) |
public FullFileDownloadTask(GPUdb db, List<String> remoteFileNames, List<ByteBuffer> payloads, Map<String,String> options)
db - - the GPUdb objectremoteFileNames - - Names of the files on KIFSpayloads - - The payloads for the files as ByteBuffersoptions - - Options passed to 'uploadFiles' ebd pointCopyright © 2024. All rights reserved.