Uses of Class
com.gpudb.filesystem.common.Result
-
Packages that use Result Package Description com.gpudb.filesystem.common com.gpudb.filesystem.download com.gpudb.filesystem.upload -
-
Uses of Result in com.gpudb.filesystem.common
Methods in com.gpudb.filesystem.common that return Result Modifier and Type Method Description ResultIoTask. call()Methods in com.gpudb.filesystem.common with parameters of type Result Modifier and Type Method Description intResult.SortByDownloadPartNumber. compare(Result result1, Result result2) -
Uses of Result in com.gpudb.filesystem.download
Methods in com.gpudb.filesystem.download that return types with arguments of type Result Modifier and Type Method Description List<Result>DownloadIoJob. stop()This method is used to stop all the runningIoTaskinstances.Methods in com.gpudb.filesystem.download with parameters of type Result Modifier and Type Method Description voidFileDownloadListener. onPartDownload(Result result)This method is called whenever any part of a multi-part download has been completed.Method parameters in com.gpudb.filesystem.download with type arguments of type Result Modifier and Type Method Description voidFileDownloadListener. onMultiPartDownloadComplete(List<Result> results)This method is called when all segments/parts of a multi-part download have been completed. -
Uses of Result in com.gpudb.filesystem.upload
Methods in com.gpudb.filesystem.upload that return Result Modifier and Type Method Description ResultFullFileDispatcher.FullFileDownloadTask. call()ResultFullFileDispatcher.FullFileUploadTask. call()Methods in com.gpudb.filesystem.upload that return types with arguments of type Result Modifier and Type Method Description List<Result>UploadIoJob. stop()Methods in com.gpudb.filesystem.upload with parameters of type Result Modifier and Type Method Description voidFileUploadListener. onFullFileUpload(Result result)This method is called when a single shot complete upload has been completed.voidFileUploadListener. onPartUpload(Result result)This method is called whenever any part of a multi-part upload has been completed.Method parameters in com.gpudb.filesystem.upload with type arguments of type Result Modifier and Type Method Description voidFileUploadListener. onMultiPartUploadComplete(List<Result> uploadResults)This method is called when all the parts of a multi-part upload have been completed.
-