Uses of Class
org.eclipse.jgit.storage.pack.PackStatistics
Packages that use PackStatistics
Package
Description
Distributed file system based repository storage.
Reading/writing Git pack files.
Transport (fetch/push) for different protocols.
-
Uses of PackStatistics in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return PackStatisticsModifier and TypeMethodDescriptionDfsPackDescription.getPackStats()
Get statistics from PackWriter, if the pack was built with it.Methods in org.eclipse.jgit.internal.storage.dfs that return types with arguments of type PackStatisticsModifier and TypeMethodDescriptionDfsGarbageCollector.getNewPackStatistics()
Get statistics corresponding to theDfsGarbageCollector.getNewPacks()
.DfsPackCompactor.getNewPackStatistics()
Get statistics corresponding to theDfsPackCompactor.getNewPacks()
. -
Uses of PackStatistics in org.eclipse.jgit.internal.storage.pack
Methods in org.eclipse.jgit.internal.storage.pack that return PackStatisticsModifier and TypeMethodDescriptionPackWriter.getStatistics()
Get statistics of what this PackWriter did in order to create the final pack stream. -
Uses of PackStatistics in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return PackStatisticsModifier and TypeMethodDescriptionUploadPack.getStatistics()
Get the PackWriter's statistics if a pack was sent to the client.Methods in org.eclipse.jgit.transport with parameters of type PackStatisticsModifier and TypeMethodDescriptionvoid
PostUploadHook.onPostUpload
(PackStatistics stats) Notifies the hook that a pack has been sent.void
PostUploadHookChain.onPostUpload
(PackStatistics stats)