Package | Description |
---|---|
org.eclipse.jgit.storage.dfs |
Modifier and Type | Method and Description |
---|---|
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(java.util.concurrent.ThreadPoolExecutor svc) |
Modifier and Type | Method and Description |
---|---|
static void |
DfsBlockCache.reconfigure(DfsBlockCacheConfig cfg)
Modify the configuration of the window cache.
|
Copyright © 2012. All Rights Reserved.