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 int
WindowCache. lockCount(WindowCacheConfig cfg)
(package private) static void
DeltaBaseCache. reconfigure(WindowCacheConfig cfg)
static void
WindowCache. reconfigure(WindowCacheConfig cfg)
Deprecated.usecfg.install()
to avoid internal reference.private static int
WindowCache. 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 WindowCacheConfig
WindowCacheConfig. fromConfig(Config rc)
Update properties by setting fields from the configuration.
-