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)This method facilitates the upload of a single file from a given local directory to a given remote directory.voidGPUdbFileHandler. upload(List<String> fileNames, String remoteDirName, UploadOptions uploadOptions, FileUploadListener callback)This method facilitates uploading of multiple files from the same local directory to a given remote 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) -
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)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.
-