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
Fields in org.eclipse.jgit.internal.storage.dfs declared as PackStatisticsModifier and TypeFieldDescriptionprivate PackStatisticsDfsPackCompactor.newStatsprivate PackStatisticsDfsPackDescription.packStatsFields in org.eclipse.jgit.internal.storage.dfs with type parameters of type PackStatisticsModifier and TypeFieldDescriptionprivate final List<PackStatistics>DfsGarbageCollector.newPackStatsMethods 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().Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type PackStatisticsModifier and TypeMethodDescription(package private) DfsPackDescriptionDfsPackDescription.setPackStats(PackStatistics stats) -
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
Fields in org.eclipse.jgit.transport declared as PackStatisticsMethods 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 TypeMethodDescriptionvoidPostUploadHook.onPostUpload(PackStatistics stats) Notifies the hook that a pack has been sent.voidPostUploadHookChain.onPostUpload(PackStatistics stats) Notifies the hook that a pack has been sent.