Uses of Class
org.eclipse.jgit.storage.pack.PackStatistics.Accumulator
-
Packages that use PackStatistics.Accumulator Package Description org.eclipse.jgit.internal.storage.pack Reading/writing Git pack files.org.eclipse.jgit.storage.pack org.eclipse.jgit.transport 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.Accumulator Modifier and Type Field Description private PackStatistics.Accumulator
PackWriter. stats
Constructors in org.eclipse.jgit.internal.storage.pack with parameters of type PackStatistics.Accumulator Constructor Description PackWriter(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.Accumulator Modifier and Type Field Description private PackStatistics.Accumulator
PackStatistics. statistics
Constructors in org.eclipse.jgit.storage.pack with parameters of type PackStatistics.Accumulator Constructor Description PackStatistics(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.Accumulator Modifier and Type Method Description private boolean
UploadPack. negotiate(FetchRequest req, PackStatistics.Accumulator accumulator, PacketLineOut pckOut)
private void
UploadPack. parseWants(PackStatistics.Accumulator accumulator)
private ObjectId
UploadPack. processHaveLines(java.util.List<ObjectId> peerHas, ObjectId last, PacketLineOut out, PackStatistics.Accumulator accumulator)
private void
UploadPack. sendPack(ProgressMonitor pm, PacketLineOut pckOut, java.io.OutputStream packOut, FetchRequest req, PackStatistics.Accumulator accumulator, java.util.Collection<Ref> allTags, java.util.List<ObjectId> unshallowCommits, java.util.List<ObjectId> deepenNots)
Send the requested objects to the client.private void
UploadPack. sendPack(PackStatistics.Accumulator accumulator, FetchRequest req, java.util.Collection<Ref> allTags, java.util.List<ObjectId> unshallowCommits, java.util.List<ObjectId> deepenNots, PacketLineOut pckOut)
Send the requested objects to the client.
-