| Package | Description |
|---|---|
| com.gpudb.filesystem | |
| com.gpudb.filesystem.common | |
| com.gpudb.filesystem.download | |
| com.gpudb.filesystem.upload |
| Modifier and Type | Method and Description |
|---|---|
GPUdbFileHandler.Options |
GPUdbFileHandler.getOptions()
Returns the
GPUdbFileHandler.Options instance |
GPUdbFileHandler.Options |
GPUdbFileHandler.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.
|
| Constructor and Description |
|---|
GPUdbFileHandler(GPUdb db,
GPUdbFileHandler.Options options)
Constructs a
GPUdbFileHandler object that allows the user to
upload and download files. |
Options(GPUdbFileHandler.Options other)
A copy constructor
|
| Modifier and Type | Field and Description |
|---|---|
protected GPUdbFileHandler.Options |
FileOperation.fileHandlerOptions |
| Constructor and Description |
|---|
FileOperation(GPUdb db,
OpMode opMode,
List<String> fileNames,
String dirName,
boolean recursive,
GPUdbFileHandler.Options fileHandlerOptions) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.commons.lang3.tuple.Pair<String,DownloadIoJob> |
DownloadIoJob.createNewJob(GPUdb db,
GPUdbFileHandler.Options fileHandlerOptions,
String dirName,
String fileName,
String localFileName,
KifsFileInfo kifsFileInfo,
DownloadOptions downloadOptions,
FileDownloadListener callback)
Static helper method to create new instance of
DownloadIoJob |
| Constructor and Description |
|---|
FileDownloader(GPUdb db,
List<String> fileNames,
String localDirName,
DownloadOptions downloadOptions,
FileDownloadListener callback,
GPUdbFileHandler.Options fileHandlerOptions)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.commons.lang3.tuple.Pair<String,UploadIoJob> |
UploadIoJob.createNewJob(GPUdb db,
GPUdbFileHandler.Options fileHandlerOptions,
OpMode opMode,
String dirName,
String fileName,
String remoteFileName,
UploadOptions uploadOptions,
FileUploadListener callback)
Factory method for creating a new IoJob instance.
|
| Constructor and Description |
|---|
FileUploader(GPUdb db,
List<String> fileNames,
String remoteDirName,
UploadOptions options,
FileUploadListener callback,
GPUdbFileHandler.Options fileHandlerOptions)
Constructor -
|
FullFileDispatcher(GPUdbFileHandler.Options fileHandlerOptions,
FileUploadListener callback) |
Copyright © 2024. All rights reserved.