Package | Description |
---|---|
com.gpudb.filesystem.common | |
com.gpudb.filesystem.download | |
com.gpudb.filesystem.upload |
Modifier and Type | Method and Description |
---|---|
Result |
IoTask.call()
This method is called automatically the thread in which the current
instance of this class runs.
|
Modifier and Type | Method and Description |
---|---|
int |
Result.SortByDownloadPartNumber.compare(Result result1,
Result result2) |
Modifier and Type | Method and Description |
---|---|
List<Result> |
DownloadIoJob.stop()
This method is used to stop all the running
IoTask instances
by shutting down the thread pool running them after they're completed. |
Modifier and Type | Method and Description |
---|---|
void |
FileDownloadListener.onPartDownload(Result result)
This method is called whenever any part of a multi-part download
has been completed.
|
Modifier and Type | Method and Description |
---|---|
void |
FileDownloadListener.onMultiPartDownloadComplete(List<Result> results)
This method is called when all segments/parts of a multi-part download
have been completed.
|
Modifier and Type | Method and Description |
---|---|
Result |
FullFileDispatcher.FullFileUploadTask.call() |
Result |
FullFileDispatcher.FullFileDownloadTask.call() |
Modifier and Type | Method and Description |
---|---|
List<Result> |
UploadIoJob.stop()
This method is used to stop all the running threadpool and return the
result list.
|
Modifier and Type | Method and Description |
---|---|
void |
FileUploadListener.onFullFileUpload(Result result)
This method is called when a single shot complete upload has been
completed.
|
void |
FileUploadListener.onPartUpload(Result result)
This method is called whenever any part of a multi-part upload
has been completed.
|
Modifier and Type | Method and Description |
---|---|
void |
FileUploadListener.onMultiPartUploadComplete(List<Result> uploadResults)
This method is called when all the parts of a multi-part upload
have been completed.
|
Copyright © 2024. All rights reserved.