public interface TaskProgressStatus
Modifier and Type | Method and Description |
---|---|
int |
getExecPercentage()
Obtain the upload progress in percentage.
|
int |
getExecTaskNum()
Obtain the number of objects being uploaded.
|
int |
getFailTaskNum()
Obtain the number of objects that fail to be uploaded.
|
int |
getSucceedTaskNum()
Obtain the number of objects that have been successfully uploaded.
|
int |
getTotalTaskNum()
Obtain the total number of objects in the upload task.
|
int getExecPercentage()
int getExecTaskNum()
int getSucceedTaskNum()
int getFailTaskNum()
int getTotalTaskNum()
Copyright © 2019. All rights reserved.