public interface CopyRunStats
Modifier and Type | Method and Description |
---|---|
Optional<Instant> |
endTime()
Specifies the time when this replication ended.
|
Optional<Boolean> |
isIncremental()
Specifies whether this archival is incremental for archival targets.
|
long |
logicalBytesTransferred()
Specifies the number of logical bytes transferred for this replication so
far.
|
long |
logicalSizeBytes()
Specifies the total amount of logical data to be transferred for this
replication.
|
long |
logicalTransferRateBps()
Specifies average logical bytes transfer rate in bytes per second for
archival targets.
|
long |
physicalBytesTransferred()
Specifies the number of physical bytes sent over the wire for replication
targets.
|
Optional<Instant> |
startTime()
Specifies the time when this replication was started.
|
Optional<Instant> endTime()
Optional<Boolean> isIncremental()
long logicalBytesTransferred()
long logicalSizeBytes()
long logicalTransferRateBps()
long physicalBytesTransferred()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.