Uses of Interface
org.eclipse.jgit.storage.file.WindowCacheStats
-
Packages that use WindowCacheStats Package Description org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.storage.file -
-
Uses of WindowCacheStats in org.eclipse.jgit.internal.storage.file
Classes in org.eclipse.jgit.internal.storage.file that implement WindowCacheStats Modifier and Type Class Description (package private) static classWindowCache.StatsRecorderImplMethods in org.eclipse.jgit.internal.storage.file that return WindowCacheStats Modifier and Type Method Description WindowCacheStatsWindowCache. getStats()WindowCacheStatsWindowCache.StatsRecorder. getStats()Returns a snapshot of this recorder's stats.WindowCacheStatsWindowCache.StatsRecorderImpl. getStats() -
Uses of WindowCacheStats in org.eclipse.jgit.storage.file
Methods in org.eclipse.jgit.storage.file that return WindowCacheStats Modifier and Type Method Description static WindowCacheStatsWindowCacheStats. getStats()
-