Uses of Class
org.eclipse.jgit.storage.pack.PackStatistics
-
Packages that use PackStatistics 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 PackStatistics in org.eclipse.jgit.internal.storage.dfs
Fields in org.eclipse.jgit.internal.storage.dfs declared as PackStatistics Modifier and Type Field Description private PackStatistics
DfsPackCompactor. newStats
private PackStatistics
DfsPackDescription. packStats
Fields in org.eclipse.jgit.internal.storage.dfs with type parameters of type PackStatistics Modifier and Type Field Description private java.util.List<PackStatistics>
DfsGarbageCollector. newPackStats
Methods in org.eclipse.jgit.internal.storage.dfs that return PackStatistics Modifier and Type Method Description PackStatistics
DfsPackDescription. 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 PackStatistics Modifier and Type Method Description java.util.List<PackStatistics>
DfsGarbageCollector. getNewPackStatistics()
Get statistics corresponding to theDfsGarbageCollector.getNewPacks()
.java.util.List<PackStatistics>
DfsPackCompactor. getNewPackStatistics()
Get statistics corresponding to theDfsPackCompactor.getNewPacks()
.Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type PackStatistics Modifier and Type Method Description (package private) DfsPackDescription
DfsPackDescription. setPackStats(PackStatistics stats)
-
Uses of PackStatistics in org.eclipse.jgit.internal.storage.pack
Methods in org.eclipse.jgit.internal.storage.pack that return PackStatistics Modifier and Type Method Description PackStatistics
PackWriter. 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 PackStatistics Modifier and Type Field Description private PackStatistics
UploadPack. statistics
Methods in org.eclipse.jgit.transport that return PackStatistics Modifier and Type Method Description PackStatistics
UploadPack. getStatistics()
Get the PackWriter's statistics if a pack was sent to the client.Methods in org.eclipse.jgit.transport with parameters of type PackStatistics Modifier and Type Method Description void
PostUploadHook. onPostUpload(PackStatistics stats)
Notifies the hook that a pack has been sent.void
PostUploadHookChain. onPostUpload(PackStatistics stats)
Notifies the hook that a pack has been sent.
-