public interface UploadProgressStatus extends TaskProgressStatus
Modifier and Type | Method and Description |
---|---|
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, getTotalTaskNum
long getTotalSize()
long getTransferredSize()
double getInstantaneousSpeed()
double getAverageSpeed()
ConcurrentHashMap<String,ProgressStatus> getTaskTable()
ProgressStatus getTaskStatus(String key)
key
- Object nameCopyright © 2019. All rights reserved.