Package com.gpudb.filesystem.upload
-
Interface Summary 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 : -
Class Summary Class Description FileUploader This is an internal class and not meant to be used by the end users of thefilesystemAPI.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 download of a bunch of full file downloads.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 thefilesystemAPI.UploadIoJob This is an internal class and not meant to be used by the end users of thefilesystemAPI.UploadOptions This class encapsulates the options that the users of the API exposed byGPUdbFileHandlerclass can use to set the options for the methodsGPUdbFileHandler.upload(List, String, UploadOptions, FileUploadListener)andGPUdbFileHandler.upload(String, String, UploadOptions, FileUploadListener)The static methodUploadOptions.defaultOptions()can be used to retrieve the default options for upload. -
Enum Summary Enum Description MultiPartUploadInfo.MultiPartOperation This enum specifies the different operations/states that a multi-part file upload could go through.