public class ManifestSynchronizationMetrics extends Object implements Serializable
Constructor and Description |
---|
ManifestSynchronizationMetrics(int total,
long size,
long time)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
long |
getSize()
Gets the size (in bytes) of total number of files that were synchronized.
|
long |
getTime()
Gets the time (in ms) to synchronize the files.
|
int |
getTotal()
Gets the total number of files that were synchronized.
|
int |
hashCode() |
String |
toString() |
public ManifestSynchronizationMetrics(int total, long size, long time)
total
- The total number of files that were synchronized.size
- The size (in bytes) of the total number of files that were synchronized.time
- The time (in ms) to synchronize the files.public int getTotal()
public long getSize()
public long getTime()
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>