Package org.duracloud.syncui.domain
Class SyncProcessStats
java.lang.Object
org.duracloud.syncui.domain.SyncProcessStats
A Read-only data object deCribing the state of the sync tool from the user's
perspective.
- Author:
- Daniel Bernstein
-
Constructor Summary
ConstructorsConstructorDescriptionSyncProcessStats(Date startDate, Date estimatedCompletionDate, int errorCount, long currentUpBytesPerSecond, long averageUpBytesPerSecond, int queueSize) -
Method Summary
Modifier and TypeMethodDescriptionlonglongintint
-
Constructor Details
-
SyncProcessStats
public SyncProcessStats() -
SyncProcessStats
-
-
Method Details
-
getStartDate
-
getEstimatedCompletionDate
-
getErrorCount
public int getErrorCount() -
getCurrentUpBytesPerSecond
public long getCurrentUpBytesPerSecond() -
getAverageUpBytesPerSecond
public long getAverageUpBytesPerSecond() -
getQueueSize
public int getQueueSize()
-