Package | Description |
---|---|
com.gpudb.filesystem | |
com.gpudb.filesystem.common | |
com.gpudb.filesystem.upload |
Modifier and Type | Method and Description |
---|---|
void |
GPUdbFileHandler.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.
|
void |
GPUdbFileHandler.upload(String fileName,
String remoteDirName,
UploadOptions options,
FileUploadListener callback)
This method facilitates the upload of a single file from a given
local directory to a given remote directory.
|
Constructor and Description |
---|
IoTask(GPUdb db,
OpMode opMode,
String jobId,
String fileName,
UploadOptions uploadOptions,
DownloadOptions downloadOptions,
long taskNumber,
ByteBuffer dataBytes)
Constructor
|
Modifier and Type | Method and Description |
---|---|
static UploadOptions |
UploadOptions.defaultOptions() |
UploadOptions |
FileUploader.getUploadOptions() |
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.
|
void |
FileUploader.setUploadOptions(UploadOptions uploadOptions) |
Constructor and Description |
---|
FileUploader(GPUdb db,
List<String> fileNames,
String remoteDirName,
UploadOptions options,
FileUploadListener callback,
GPUdbFileHandler.Options fileHandlerOptions)
Constructor -
|
Copyright © 2024. All rights reserved.