Uses of Class
com.gpudb.filesystem.GPUdbFileHandler.Options
-
Packages that use GPUdbFileHandler.Options Package Description com.gpudb.filesystem -
-
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)Sets 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)Create file handling options as a copy of the given ones.
-