Uses of Class
org.eclipse.jgit.storage.pack.PackStatistics.ObjectType.Accumulator
Packages that use PackStatistics.ObjectType.Accumulator
-
Uses of PackStatistics.ObjectType.Accumulator in org.eclipse.jgit.storage.pack
Fields in org.eclipse.jgit.storage.pack declared as PackStatistics.ObjectType.AccumulatorModifier and TypeFieldDescriptionPackStatistics.Accumulator.objectTypes
Statistics about each object type in the pack (commits, tags, trees and blobs.)Constructors in org.eclipse.jgit.storage.pack with parameters of type PackStatistics.ObjectType.AccumulatorModifierConstructorDescriptionObjectType
(PackStatistics.ObjectType.Accumulator accumulator) Creates a newPackStatistics.ObjectType
object from the accumulator.