Uses of Package
com.gpudb.filesystem.upload
-
Packages that use com.gpudb.filesystem.upload Package Description com.gpudb.filesystem com.gpudb.filesystem.common com.gpudb.filesystem.upload -
Classes in com.gpudb.filesystem.upload used by com.gpudb.filesystem Class 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 :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. -
Classes in com.gpudb.filesystem.upload used by com.gpudb.filesystem.common Class Description MultiPartUploadInfo 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. -
Classes in com.gpudb.filesystem.upload used by com.gpudb.filesystem.upload Class 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 :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 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.