Class SyncProcessStats

java.lang.Object
org.duracloud.syncui.domain.SyncProcessStats

public class SyncProcessStats extends Object
A Read-only data object deCribing the state of the sync tool from the user's perspective.
Author:
Daniel Bernstein
  • Constructor Details

    • SyncProcessStats

      public SyncProcessStats()
    • SyncProcessStats

      public SyncProcessStats(Date startDate, Date estimatedCompletionDate, int errorCount, long currentUpBytesPerSecond, long averageUpBytesPerSecond, int queueSize)
  • Method Details

    • getStartDate

      public Date getStartDate()
    • getEstimatedCompletionDate

      public Date getEstimatedCompletionDate()
    • getErrorCount

      public int getErrorCount()
    • getCurrentUpBytesPerSecond

      public long getCurrentUpBytesPerSecond()
    • getAverageUpBytesPerSecond

      public long getAverageUpBytesPerSecond()
    • getQueueSize

      public int getQueueSize()