Package | Description |
---|---|
com.gpudb.filesystem | |
com.gpudb.filesystem.common | |
com.gpudb.filesystem.upload |
Class and 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
|
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. |
Class and Description |
---|
MultiPartUploadInfo
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. |
Class and 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
|
FullFileDispatcher.FullFileUploadTask
This class represents a task handling the upload of a bunch of full
file uploads.
|
MultiPartUploadInfo.MultiPartOperation
This enum specifies the different operations/states that a multi-part
file upload could go through.
|
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. |
Copyright © 2024. All rights reserved.