Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
Modifier and Type | Method and Description |
---|---|
DfsBlockCacheConfig |
DfsBlockCacheConfig.fromConfig(Config rc)
Update properties by setting fields from the configuration.
|
DfsBlockCacheConfig |
DfsBlockCacheConfig.setBlockLimit(long newLimit)
Set maximum number bytes of heap memory to dedicate to caching pack file
data.
|
DfsBlockCacheConfig |
DfsBlockCacheConfig.setBlockSize(int newSize)
Set size in bytes of a single window read in from the pack file.
|
DfsBlockCacheConfig |
DfsBlockCacheConfig.setConcurrencyLevel(int newConcurrencyLevel)
Set the estimated number of threads concurrently accessing the cache.
|
DfsBlockCacheConfig |
DfsBlockCacheConfig.setStreamRatio(double ratio)
Set percentage of cache to occupy with a copied pack.
|
Modifier and Type | Method and Description |
---|---|
static void |
DfsBlockCache.reconfigure(DfsBlockCacheConfig cfg)
Modify the configuration of the window cache.
|
Copyright © 2020 Eclipse JGit Project. All rights reserved.