Package | Description |
---|---|
com.gpudb.filesystem | |
com.gpudb.filesystem.common | |
com.gpudb.filesystem.download |
Class and Description |
---|
DownloadOptions
This class allows the user of the
GPUdbFileHandler
class methods for download like -
GPUdbFileHandler.download(String, String, DownloadOptions, FileDownloadListener)
and GPUdbFileHandler.download(List, String, DownloadOptions, FileDownloadListener)
to specify the download options which could be applied to the current
download operation. |
FileDownloadListener
This interface provides callback method for -
a. a complete single shot download of multiple files
b. a part/segment download of a multi-part download
c. one or more complete single part download
|
Class and Description |
---|
DownloadOptions
This class allows the user of the
GPUdbFileHandler
class methods for download like -
GPUdbFileHandler.download(String, String, DownloadOptions, FileDownloadListener)
and GPUdbFileHandler.download(List, String, DownloadOptions, FileDownloadListener)
to specify the download options which could be applied to the current
download operation. |
MultiPartDownloadInfo
This is an internal class and not meant to be used by the end users of the
filesystem API.
|
Class and Description |
---|
DownloadIoJob
This class models a an I/O operation of a specific
OpMode i.e., UPLOAD or DOWNLOAD. |
DownloadOptions
This class allows the user of the
GPUdbFileHandler
class methods for download like -
GPUdbFileHandler.download(String, String, DownloadOptions, FileDownloadListener)
and GPUdbFileHandler.download(List, String, DownloadOptions, FileDownloadListener)
to specify the download options which could be applied to the current
download operation. |
FileDownloadListener
This interface provides callback method for -
a. a complete single shot download of multiple files
b. a part/segment download of a multi-part download
c. one or more complete single part download
|
Copyright © 2024. All rights reserved.