Package | Description |
---|---|
com.gpudb.filesystem | |
com.gpudb.filesystem.common | |
com.gpudb.filesystem.download |
Modifier and Type | Method and Description |
---|---|
List<KifsFileInfo> |
GPUdbFileHandler.showFiles(List<String> remoteDirNames)
This method shows the files
|
Modifier and Type | Method and Description |
---|---|
protected List<KifsFileInfo> |
FileOperation.getFileInfoFromServer(String dirName)
This method gets the file stats for the files residing on the KIFS.
|
protected List<KifsFileInfo> |
FileOperation.getFileInfoFromServer(String dirName,
String fileName)
This method gets the file stats for the files residing on the KIFS.
|
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 |
Copyright © 2024. All rights reserved.