Uses of Class
com.gpudb.filesystem.download.MultiPartDownloadInfo
-
Packages that use MultiPartDownloadInfo Package Description com.gpudb.filesystem.common -
-
Uses of MultiPartDownloadInfo in com.gpudb.filesystem.common
Methods in com.gpudb.filesystem.common that return MultiPartDownloadInfo Modifier and Type Method Description MultiPartDownloadInfoResult. getDownloadInfo()MultiPartDownloadInfoIoTask. getMultiPartDownloadInfo()Methods in com.gpudb.filesystem.common with parameters of type MultiPartDownloadInfo Modifier and Type Method Description voidResult. setDownloadInfo(MultiPartDownloadInfo downloadInfo)Constructors in com.gpudb.filesystem.common with parameters of type MultiPartDownloadInfo Constructor Description IoTask(GPUdb db, String fileName, MultiPartDownloadInfo multiPartDownloadInfo, DownloadOptions options)Constructs a task for downloading a part of a multi-part download.
-