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 TypeFieldDescriptionlongCount of bytes for all objects of this type.longCount of deltas of this type.longCount of objects of this type.longCount of delta bytes for objects of this type.longCount of reused deltas of this type.longCount 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()
-