Package | Description |
---|---|
com.gpudb.filesystem.common | |
com.gpudb.filesystem.upload |
Modifier and Type | Field and Description |
---|---|
protected OpMode |
FileOperation.opMode |
Modifier and Type | Method and Description |
---|---|
OpMode |
Result.getOpMode() |
static OpMode |
OpMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpMode[] |
OpMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
FileOperation.decideMultiPart(OpMode opMode)
This method resolves the file names passed in and decides on which could
be downloaded in one go and which ones are large enough to be downloaded
in parts.
|
void |
Result.setOpMode(OpMode opMode) |
Constructor and Description |
---|
FileOperation(GPUdb db,
OpMode opMode,
List<String> fileNames,
String dirName,
boolean recursive,
GPUdbFileHandler.Options fileHandlerOptions) |
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 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.
|
Copyright © 2024. All rights reserved.