Uses of Class
com.gpudb.filesystem.upload.UploadOptions
-
Packages that use UploadOptions Package Description com.gpudb.filesystem com.gpudb.filesystem.common com.gpudb.filesystem.upload -
-
Uses of UploadOptions in com.gpudb.filesystem
Methods in com.gpudb.filesystem with parameters of type UploadOptions Modifier and Type Method Description voidGPUdbFileHandler. upload(String fileName, String remoteDirName, UploadOptions uploadOptions, FileUploadListener callback)Uploads a single file from a given local path to a given KiFS directory using the given upload options and callback.voidGPUdbFileHandler. upload(List<String> fileNames, String remoteDirName, UploadOptions uploadOptions, FileUploadListener callback)Uploads multiple files from the given local paths to a given KiFS directory. -
Uses of UploadOptions in com.gpudb.filesystem.common
Constructors in com.gpudb.filesystem.common with parameters of type UploadOptions Constructor Description IoTask(GPUdb db, String fileName, MultiPartUploadInfo multiPartUploadInfo, UploadOptions options, long taskNumber, ByteBuffer dataBytes)Constructs a task for uploading a part of a multi-part upload. -
Uses of UploadOptions in com.gpudb.filesystem.upload
Methods in com.gpudb.filesystem.upload that return UploadOptions Modifier and Type Method Description static UploadOptionsUploadOptions. defaultOptions()UploadOptionsFileUploader. getUploadOptions()Methods in com.gpudb.filesystem.upload with parameters of type UploadOptions Modifier and Type Method Description static org.apache.commons.lang3.tuple.Pair<String,UploadIoJob>UploadIoJob. createNewJob(GPUdb db, GPUdbFileHandler.Options fileHandlerOptions, String localFileName, String remoteFileName, UploadOptions uploadOptions, FileUploadListener callback)Creates a new job for uploading a file.voidFileUploader. setUploadOptions(UploadOptions uploadOptions)Constructors in com.gpudb.filesystem.upload with parameters of type UploadOptions Constructor Description FileUploader(GPUdb db, List<String> fileNames, String remoteDirName, UploadOptions options, FileUploadListener callback, GPUdbFileHandler.Options fileHandlerOptions)Constructs a newFileUploadermanager for uploading a given set of files to a given KiFS directory.
-