public class SyncProcessStats extends Object
| Constructor and Description |
|---|
SyncProcessStats() |
SyncProcessStats(Date startDate,
Date estimatedCompletionDate,
int errorCount,
long currentUpBytesPerSecond,
long averageUpBytesPerSecond,
int queueSize) |
| Modifier and Type | Method and Description |
|---|---|
long |
getAverageUpBytesPerSecond() |
long |
getCurrentUpBytesPerSecond() |
int |
getErrorCount() |
Date |
getEstimatedCompletionDate() |
int |
getQueueSize() |
Date |
getStartDate() |
public Date getStartDate()
public Date getEstimatedCompletionDate()
public int getErrorCount()
public long getCurrentUpBytesPerSecond()
public long getAverageUpBytesPerSecond()
public int getQueueSize()
Copyright © 2009–2018 DuraSpace. All rights reserved.