Package io.bdeploy.bhive.op.remote
Class TransferStatistics
java.lang.Object
io.bdeploy.bhive.op.remote.TransferStatistics
Holds information about a transfer (push/fetch) operation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongTotal duration in millisecondslonglonglonglonglongNumber of bytes that have been transfered -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a string with the all statistics in a human readable format.toResult(DataResult result) Appends the statistics to the given result
-
Field Details
-
sumManifests
public long sumManifests -
sumTrees
public long sumTrees -
sumMissingTrees
public long sumMissingTrees -
sumMissingObjects
public long sumMissingObjects -
transferSize
public long transferSizeNumber of bytes that have been transfered -
duration
public long durationTotal duration in milliseconds
-
-
Constructor Details
-
TransferStatistics
public TransferStatistics()
-
-
Method Details
-
toResult
Appends the statistics to the given result -
toLogString
Returns a string with the all statistics in a human readable format.
-