public interface UploadProgressStatus extends TaskProgressStatus
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
double |
getAverageSpeed() |
Obtain the average speed.
|
double |
getInstantaneousSpeed() |
Obtain the instantaneous speed.
|
ProgressStatus |
getTaskStatus(String key) |
Obtain the upload progress of a specified object.
|
ConcurrentHashMap<String,ProgressStatus> |
getTaskTable() |
Obtain the progress of the current uploading task.
|
long |
getTotalSize() |
Obtain the total size of uploaded objects.
|
long |
getTransferredSize() |
Obtain the size of transferred data in bytes.
|
getExecPercentage, getExecTaskNum, getFailTaskNum, getSucceedTaskNum, getTotalTaskNumlong getTotalSize()
long getTransferredSize()
double getInstantaneousSpeed()
double getAverageSpeed()
ConcurrentHashMap<String,ProgressStatus> getTaskTable()
ProgressStatus getTaskStatus(String key)
key - Object nameCopyright © 2025. All rights reserved.