| Package | Description |
|---|---|
| com.gpudb.filesystem.common |
| 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 |
|---|---|
void |
Result.setOpMode(OpMode opMode) |
| Constructor and Description |
|---|
FileOperation(GPUdb db,
OpMode opMode,
List<String> fileNames,
String dirName,
boolean recursive,
GPUdbFileHandler.Options fileHandlerOptions)
Constructs a new file operation instance, managing the transfer of a set
of files to a target directory.
|
Copyright © 2025. All rights reserved.