public interface BackupRunStats
Modifier and Type | Method and Description |
---|---|
Optional<Instant> |
admittedTime()
Specifies the time the task was unqueued from the queue to start running.
|
Optional<Instant> |
endTime()
Specifies the end time of the backup group run.
|
long |
numCanceledTasks()
Specifies the number of backup tasks that were canceled.
|
long |
numFailedTasks()
Specifies the number of backup tasks that failed.
|
long |
numSuccessfulTasks()
Specifies the number of backup tasks that completed successfully.
|
Instant |
startTime()
Specifies the start time of the backup group run.
|
Optional<Duration> |
timeTaken()
Specifies the actual execution time for the protection run to complete the
backup task and the copy tasks.
|
long |
totalBytesReadFromSource()
Specifies the total amount of data read from the source (so far).
|
long |
totalBytesToReadFromSource()
Specifies the total amount of data expected to be read from the source.
|
long |
totalLogicalBackupSizeBytes()
Specifies the size of the source object (such as a VM) protected by this
task on the primary storage after the snapshot is taken.
|
long |
totalPhysicalBackupSizeBytes()
Specifies the total amount of physical space used to store the protected
object after being reduced by change-block tracking, compression and
deduplication.
|
long |
totalSourceSizeBytes()
Specifies the size of the source object (such as a VM) protected by this
task on the primary storage before the snapshot is taken.
|
Optional<Instant> admittedTime()
long numCanceledTasks()
long numFailedTasks()
long numSuccessfulTasks()
Instant startTime()
Optional<Duration> timeTaken()
long totalBytesReadFromSource()
long totalBytesToReadFromSource()
long totalLogicalBackupSizeBytes()
long totalPhysicalBackupSizeBytes()
long totalSourceSizeBytes()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.