Class PackStatistics.ObjectType.Accumulator

java.lang.Object
org.eclipse.jgit.storage.pack.PackStatistics.ObjectType.Accumulator
Enclosing class:
PackStatistics.ObjectType

public static class PackStatistics.ObjectType.Accumulator extends Object
POJO for accumulating the ObjectType statistics.
  • Field Details

    • cntObjects

      public long cntObjects
      Count of objects of this type.
    • cntDeltas

      public long cntDeltas
      Count of deltas of this type.
    • reusedObjects

      public long reusedObjects
      Count of reused objects of this type.
    • reusedDeltas

      public long reusedDeltas
      Count of reused deltas of this type.
    • bytes

      public long bytes
      Count of bytes for all objects of this type.
    • deltaBytes

      public long deltaBytes
      Count of delta bytes for objects of this type.
  • Constructor Details

    • Accumulator

      public Accumulator()