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

Packages that use PackWriter.Statistics
org.eclipse.jgit.storage.dfs   
org.eclipse.jgit.storage.pack   
org.eclipse.jgit.transport   
 

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> DfsGarbageCollector.getNewPackStatistics()
           
 List<PackWriter.Statistics> DfsPackCompactor.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 UploadPackLoggerChain.onPackStatistics(PackWriter.Statistics stats)
           
 void UploadPackLogger.onPackStatistics(PackWriter.Statistics stats)
          Notice to the logger after a pack has been sent.
 



Copyright © 2012. All Rights Reserved.