public static final class FullFileDispatcher.FullFileUploadTask 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 KIFSConstructor and Description |
---|
FullFileUploadTask(GPUdb db,
List<String> remoteFileNames,
List<ByteBuffer> payloads,
Map<String,String> options) |
public FullFileUploadTask(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.