Uses of Class
org.eclipse.jgit.storage.file.WindowCacheConfig
-
Packages that use WindowCacheConfig Package Description org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.storage.file -
-
Uses of WindowCacheConfig in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file with parameters of type WindowCacheConfig Modifier and Type Method Description private static intWindowCache. lockCount(WindowCacheConfig cfg)(package private) static voidDeltaBaseCache. reconfigure(WindowCacheConfig cfg)static voidWindowCache. reconfigure(WindowCacheConfig cfg)Deprecated.usecfg.install()to avoid internal reference.private static intWindowCache. tableSize(WindowCacheConfig cfg)Constructors in org.eclipse.jgit.internal.storage.file with parameters of type WindowCacheConfig Constructor Description WindowCache(WindowCacheConfig cfg) -
Uses of WindowCacheConfig in org.eclipse.jgit.storage.file
Methods in org.eclipse.jgit.storage.file that return WindowCacheConfig Modifier and Type Method Description WindowCacheConfigWindowCacheConfig. fromConfig(Config rc)Update properties by setting fields from the configuration.
-