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 class
WindowCache.StatsRecorderImpl
Methods in org.eclipse.jgit.internal.storage.file that return WindowCacheStats Modifier and Type Method Description WindowCacheStats
WindowCache. getStats()
WindowCacheStats
WindowCache.StatsRecorder. getStats()
Returns a snapshot of this recorder's stats.WindowCacheStats
WindowCache.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 WindowCacheStats
WindowCacheStats. getStats()
-