Uses of Class
org.eclipse.jgit.storage.dfs.DfsBlockCacheConfig

Packages that use DfsBlockCacheConfig
org.eclipse.jgit.storage.dfs   
 

Uses of DfsBlockCacheConfig in org.eclipse.jgit.storage.dfs
 

Methods in org.eclipse.jgit.storage.dfs that return DfsBlockCacheConfig
 DfsBlockCacheConfig DfsBlockCacheConfig.fromConfig(Config rc)
          Update properties by setting fields from the configuration.
 DfsBlockCacheConfig DfsBlockCacheConfig.setBlockLimit(long newLimit)
           
 DfsBlockCacheConfig DfsBlockCacheConfig.setBlockSize(int newSize)
           
 DfsBlockCacheConfig DfsBlockCacheConfig.setReadAheadLimit(int newSize)
           
 DfsBlockCacheConfig DfsBlockCacheConfig.setReadAheadService(ThreadPoolExecutor svc)
           
 

Methods in org.eclipse.jgit.storage.dfs with parameters of type DfsBlockCacheConfig
static void DfsBlockCache.reconfigure(DfsBlockCacheConfig cfg)
          Modify the configuration of the window cache.
 



Copyright © 2012. All Rights Reserved.