Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsBlockCacheConfig
-
Packages that use DfsBlockCacheConfig Package Description org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage. -
-
Uses of DfsBlockCacheConfig in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return DfsBlockCacheConfig Modifier and Type Method Description DfsBlockCacheConfigDfsBlockCacheConfig. fromConfig(Config rc)Update properties by setting fields from the configuration.DfsBlockCacheConfigDfsBlockCacheConfig. setBlockLimit(long newLimit)DfsBlockCacheConfigDfsBlockCacheConfig. setBlockSize(int newSize)Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsBlockCacheConfig Modifier and Type Method Description static voidDfsBlockCache. reconfigure(DfsBlockCacheConfig cfg)Modify the configuration of the window cache.
-