Package | Description |
---|---|
com.gpudb.filesystem | |
com.gpudb.filesystem.common | |
com.gpudb.filesystem.download |
Modifier and Type | Method and Description |
---|---|
void |
GPUdbFileHandler.download(List<String> fileNames,
String localDirName,
DownloadOptions downloadOptions,
FileDownloadListener callback)
This method downloads files from a KIFS
directory to a local directory.
|
void |
GPUdbFileHandler.download(String fileName,
String localDirName,
DownloadOptions downloadOptions,
FileDownloadListener callback)
This method downloads a single file from a KIFS
directory to a local directory.
|
void |
GPUdbFileHandler.downloadDir(String remoteDirName,
String localDirName,
DownloadOptions downloadOptions,
FileDownloadListener callback)
This method will download all files in a KIFS directory to a directory on
the local filesystem.
|
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 DownloadOptions |
DownloadOptions.defaultOptions() |
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
|
Copyright © 2024. All rights reserved.