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.AccumulatorPackWriter. statsConstructors 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.AccumulatorPackStatistics. statisticsConstructors in org.eclipse.jgit.storage.pack with parameters of type PackStatistics.Accumulator Constructor Description PackStatistics(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.Accumulator Modifier and Type Method Description private booleanUploadPack. negotiate(FetchRequest req, PackStatistics.Accumulator accumulator, PacketLineOut pckOut)private voidUploadPack. parseWants(PackStatistics.Accumulator accumulator)private ObjectIdUploadPack. processHaveLines(java.util.List<ObjectId> peerHas, ObjectId last, PacketLineOut out, PackStatistics.Accumulator accumulator)private voidUploadPack. 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 voidUploadPack. 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.
-