Class 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 Detail

      • SyncProcessStats

        public SyncProcessStats()
      • SyncProcessStats

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

      • getStartDate

        public Date getStartDate()
      • getEstimatedCompletionDate

        public Date getEstimatedCompletionDate()
      • getErrorCount

        public int getErrorCount()
      • getCurrentUpBytesPerSecond

        public long getCurrentUpBytesPerSecond()
      • getAverageUpBytesPerSecond

        public long getAverageUpBytesPerSecond()
      • getQueueSize

        public int getQueueSize()