Interface | Description |
---|---|
FileUploadListener |
This interface provides callback methods for -
a. complete multi-part file upload
b. a part of multi-part upload
c. a complete single shot upload of multiple files
An example usage can be as given below :
private class FileUploadObserver implements FileUploadListener {
public void onMultiPartUploadComplete( List
|
Class | Description |
---|---|
FileUploader |
This is an internal class and not meant to be used by the end users of the
filesystem API.
|
FullFileDispatcher |
This is an internal class and not meant to be used by the end users of the
filesystem API.
|
FullFileDispatcher.FullFileDownloadTask |
This class represents a task handling the upload of a bunch of full
file uploads.
|
FullFileDispatcher.FullFileUploadTask |
This class represents a task handling the upload of a bunch of full
file uploads.
|
MultiPartUploadInfo |
This is an internal class and not meant to be used by the end users of the
filesystem API.
|
UploadIoJob |
This is an internal class and not meant to be used by the end users of the
filesystem API.
|
UploadOptions |
This class encapsulates the options that the users of the API exposed
by
GPUdbFileHandler class can use to set
the options for the methods
GPUdbFileHandler.upload(List, String, UploadOptions, FileUploadListener)
and GPUdbFileHandler.upload(String, String, UploadOptions, FileUploadListener)
The static method UploadOptions.defaultOptions() can be used to retrieve the
default options for upload. |
Enum | Description |
---|---|
MultiPartUploadInfo.MultiPartOperation |
This enum specifies the different operations/states that a multi-part
file upload could go through.
|
Copyright © 2024. All rights reserved.