Uses of Class
org.eclipse.jgit.storage.pack.PackStatistics.Accumulator
Packages that use PackStatistics.Accumulator
Package
Description
Reading/writing Git pack files.
Transport (fetch/push) for different protocols.
-
Uses of PackStatistics.Accumulator in org.eclipse.jgit.internal.storage.pack
Fields in org.eclipse.jgit.internal.storage.pack declared as PackStatistics.AccumulatorConstructors 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
Fields in org.eclipse.jgit.storage.pack declared as PackStatistics.AccumulatorConstructors in org.eclipse.jgit.storage.pack with parameters of type PackStatistics.AccumulatorModifierConstructorDescriptionPackStatistics
(PackStatistics.Accumulator accumulator) Creates a newPackStatistics
object from the accumulator. -
Uses of PackStatistics.Accumulator in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport with parameters of type PackStatistics.AccumulatorModifier and TypeMethodDescriptionprivate boolean
UploadPack.negotiate
(FetchRequest req, PackStatistics.Accumulator accumulator, PacketLineOut pckOut) private void
UploadPack.parseWants
(PackStatistics.Accumulator accumulator) private ObjectId
UploadPack.processHaveLines
(List<ObjectId> peerHas, ObjectId last, PacketLineOut out, PackStatistics.Accumulator accumulator) private void
UploadPack.sendPack
(ProgressMonitor pm, PacketLineOut pckOut, OutputStream packOut, FetchRequest req, PackStatistics.Accumulator accumulator, Collection<Ref> allTags, List<ObjectId> unshallowCommits, List<ObjectId> deepenNots) Send the requested objects to the client.private void
UploadPack.sendPack
(PackStatistics.Accumulator accumulator, FetchRequest req, Collection<Ref> allTags, List<ObjectId> unshallowCommits, List<ObjectId> deepenNots, PacketLineOut pckOut) Send the requested objects to the client.