Uses of Class
org.eclipse.jgit.internal.storage.pack.PackWriter.Statistics
-
Packages that use PackWriter.Statistics Package Description org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage.org.eclipse.jgit.internal.storage.pack Reading/writing Git pack files.org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of PackWriter.Statistics in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return PackWriter.Statistics Modifier and Type Method Description PackWriter.StatisticsDfsPackDescription. getPackStats()Methods in org.eclipse.jgit.internal.storage.dfs that return types with arguments of type PackWriter.Statistics Modifier and Type Method Description List<PackWriter.Statistics>DfsGarbageCollector. getNewPackStatistics()List<PackWriter.Statistics>DfsPackCompactor. getNewPackStatistics() -
Uses of PackWriter.Statistics in org.eclipse.jgit.internal.storage.pack
Methods in org.eclipse.jgit.internal.storage.pack that return PackWriter.Statistics Modifier and Type Method Description PackWriter.StatisticsPackWriter. getStatistics() -
Uses of PackWriter.Statistics in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return PackWriter.Statistics Modifier and Type Method Description PackWriter.StatisticsUploadPack. getPackStatistics()Get the PackWriter's statistics if a pack was sent to the client.Methods in org.eclipse.jgit.transport with parameters of type PackWriter.Statistics Modifier and Type Method Description voidUploadPackLogger. onPackStatistics(PackWriter.Statistics stats)Notice to the logger after a pack has been sent.voidUploadPackLoggerChain. onPackStatistics(PackWriter.Statistics stats)
-