public final class O365JobSessionStatsResponse extends Object implements Serializable
Constructor and Description |
---|
O365JobSessionStatsResponse(long processingRateBytesPS,
long processingRateItemsPS,
long readRateBytesPS,
long writeRateBytesPS,
long transferredDataBytes,
long processedObjects,
O365JobSessionBottleneck bottleneck) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
O365JobSessionBottleneck |
getBottleneck()
Returns the bottleneck in the data transmission process.
|
long |
getProcessedObjects()
Returns the number of processed objects.
|
long |
getProcessingRateBytesPS()
Return the average speed of data processing.
|
long |
getProcessingRateItemsPS()
Returns the average speed of data processing.
|
long |
getReadRateBytesPS()
Returns the average speed of reading data from the backup repository.
|
long |
getTransferredDataBytes()
Returns the amount of data transferred from the source-side to the
target-side after applying compression and deduplication.
|
long |
getWriteRateBytesPS()
Returns the average speed of writing data to the backup repository.
|
int |
hashCode() |
public O365JobSessionStatsResponse(long processingRateBytesPS, long processingRateItemsPS, long readRateBytesPS, long writeRateBytesPS, long transferredDataBytes, long processedObjects, O365JobSessionBottleneck bottleneck)
public long getProcessingRateBytesPS()
This counter is a ratio between the amount of data that has actually been read and job duration.
public long getProcessingRateItemsPS()
This counter is a ratio between the amount of data that has actually been read and job duration.
public long getReadRateBytesPS()
public long getWriteRateBytesPS()
public long getTransferredDataBytes()
public long getProcessedObjects()
public O365JobSessionBottleneck getBottleneck()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.