Uses of Class
com.gpudb.filesystem.upload.UploadOptions
-
Packages that use UploadOptions Package Description com.gpudb.filesystem 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.upload
Methods in com.gpudb.filesystem.upload that return UploadOptions Modifier and Type Method Description static UploadOptionsUploadOptions. defaultOptions()
-