Uses of Class
org.eclipse.jgit.storage.pack.PackWriter.Statistics

Packages that use PackWriter.Statistics
org.eclipse.jgit.storage.dfs Distributed file system based repository storage. 
org.eclipse.jgit.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.storage.dfs
 

Methods in org.eclipse.jgit.storage.dfs that return PackWriter.Statistics
 PackWriter.Statistics DfsPackDescription.getPackStats()
           
 

Methods in org.eclipse.jgit.storage.dfs that return types with arguments of type PackWriter.Statistics
 List<PackWriter.Statistics> DfsPackCompactor.getNewPackStatistics()
           
 List<PackWriter.Statistics> DfsGarbageCollector.getNewPackStatistics()
           
 

Uses of PackWriter.Statistics in org.eclipse.jgit.storage.pack
 

Methods in org.eclipse.jgit.storage.pack that return PackWriter.Statistics
 PackWriter.Statistics PackWriter.getStatistics()
           
 

Uses of PackWriter.Statistics in org.eclipse.jgit.transport
 

Methods in org.eclipse.jgit.transport that return PackWriter.Statistics
 PackWriter.Statistics UploadPack.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
 void UploadPackLogger.onPackStatistics(PackWriter.Statistics stats)
          Notice to the logger after a pack has been sent.
 void UploadPackLoggerChain.onPackStatistics(PackWriter.Statistics stats)
           
 



Copyright © 2013. All Rights Reserved.