Package org.eclipse.jgit.storage.pack
Class PackStatistics.ObjectType.Accumulator
java.lang.Object
org.eclipse.jgit.storage.pack.PackStatistics.ObjectType.Accumulator
- Enclosing class:
PackStatistics.ObjectType
POJO for accumulating the ObjectType statistics.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
Count of bytes for all objects of this type.long
Count of deltas of this type.long
Count of objects of this type.long
Count of delta bytes for objects of this type.long
Count of reused deltas of this type.long
Count of reused objects of this type. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cntObjects
public long cntObjectsCount of objects of this type. -
cntDeltas
public long cntDeltasCount of deltas of this type. -
reusedObjects
public long reusedObjectsCount of reused objects of this type. -
reusedDeltas
public long reusedDeltasCount of reused deltas of this type. -
bytes
public long bytesCount of bytes for all objects of this type. -
deltaBytes
public long deltaBytesCount of delta bytes for objects of this type.
-
-
Constructor Details
-
Accumulator
public Accumulator()
-