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 newPackStatisticsobject 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 booleanUploadPack.negotiate(FetchRequest req, PackStatistics.Accumulator accumulator, PacketLineOut pckOut) private voidUploadPack.parseWants(PackStatistics.Accumulator accumulator) private ObjectIdUploadPack.processHaveLines(List<ObjectId> peerHas, ObjectId last, PacketLineOut out, PackStatistics.Accumulator accumulator, UploadPack.Option option) private voidUploadPack.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 voidUploadPack.sendPack(PackStatistics.Accumulator accumulator, FetchRequest req, Collection<Ref> allTags, List<ObjectId> unshallowCommits, List<ObjectId> deepenNots, PacketLineOut pckOut) Send the requested objects to the client.