Uses of Class
org.eclipse.jgit.storage.pack.PackStatistics.Accumulator
Packages that use PackStatistics.Accumulator
Package
Description
Reading/writing Git pack files.
-
Uses of PackStatistics.Accumulator in org.eclipse.jgit.internal.storage.pack
Constructors in org.eclipse.jgit.internal.storage.pack with parameters of type PackStatistics.AccumulatorModifierConstructorDescriptionPackWriter
(PackConfig config, ObjectReader reader, PackStatistics.Accumulator statsAccumulator) Create writer with a specified configuration. -
Uses of PackStatistics.Accumulator in org.eclipse.jgit.storage.pack
Constructors in org.eclipse.jgit.storage.pack with parameters of type PackStatistics.AccumulatorModifierConstructorDescriptionPackStatistics
(PackStatistics.Accumulator accumulator) Creates a newPackStatistics
object from the accumulator.