Uses of Class
com.gpudb.filesystem.GPUdbFileHandler.Options
-
Packages that use GPUdbFileHandler.Options Package Description com.gpudb.filesystem com.gpudb.filesystem.common com.gpudb.filesystem.download com.gpudb.filesystem.upload -
-
Uses of GPUdbFileHandler.Options in com.gpudb.filesystem
Methods in com.gpudb.filesystem that return GPUdbFileHandler.Options Modifier and Type Method Description GPUdbFileHandler.OptionsGPUdbFileHandler. getOptions()Returns theGPUdbFileHandler.OptionsinstanceGPUdbFileHandler.OptionsGPUdbFileHandler.Options. setFullFileDispatcherThreadpoolSize(int fullFileDispatcherThreadpoolSize)This value is used to configure the size of the thread pool used internally to handle batches of full file uploads.Constructors in com.gpudb.filesystem with parameters of type GPUdbFileHandler.Options Constructor Description GPUdbFileHandler(GPUdb db, GPUdbFileHandler.Options options)Constructs aGPUdbFileHandlerobject that allows the user to upload and download files.Options(GPUdbFileHandler.Options other) -
Uses of GPUdbFileHandler.Options in com.gpudb.filesystem.common
Fields in com.gpudb.filesystem.common declared as GPUdbFileHandler.Options Modifier and Type Field Description protected GPUdbFileHandler.OptionsFileOperation. fileHandlerOptionsConstructors in com.gpudb.filesystem.common with parameters of type GPUdbFileHandler.Options Constructor Description FileOperation(GPUdb db, OpMode opMode, List<String> fileNames, String dirName, boolean recursive, GPUdbFileHandler.Options fileHandlerOptions) -
Uses of GPUdbFileHandler.Options in com.gpudb.filesystem.download
Methods in com.gpudb.filesystem.download with parameters of type GPUdbFileHandler.Options Modifier and Type Method Description static org.apache.commons.lang3.tuple.Pair<String,DownloadIoJob>DownloadIoJob. createNewJob(GPUdb db, GPUdbFileHandler.Options fileHandlerOptions, String remoteFileName, String localFileName, KifsFileInfo kifsFileInfo, DownloadOptions downloadOptions, FileDownloadListener callback)Constructors in com.gpudb.filesystem.download with parameters of type GPUdbFileHandler.Options Constructor Description FileDownloader(GPUdb db, List<String> fileNames, String localDirName, DownloadOptions options, FileDownloadListener callback, GPUdbFileHandler.Options fileHandlerOptions)Constructs a newFileDownloadermanager for downloading a given set of files from a given KiFS directory to a local directory. -
Uses of GPUdbFileHandler.Options in com.gpudb.filesystem.upload
Methods in com.gpudb.filesystem.upload with parameters of type GPUdbFileHandler.Options 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)Constructors in com.gpudb.filesystem.upload with parameters of type GPUdbFileHandler.Options 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.FullFileDispatcher(GPUdbFileHandler.Options fileHandlerOptions, FileUploadListener callback)
-