| Package | Description |
|---|---|
| org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
| org.eclipse.jgit.storage.file |
| Modifier and Type | Method and Description |
|---|---|
private static int |
WindowCache.lockCount(WindowCacheConfig cfg) |
(package private) static void |
DeltaBaseCache.reconfigure(WindowCacheConfig cfg) |
static void |
WindowCache.reconfigure(WindowCacheConfig cfg)
Deprecated.
use
cfg.install() to avoid internal reference. |
private static int |
WindowCache.tableSize(WindowCacheConfig cfg) |
| Constructor and Description |
|---|
WindowCache(WindowCacheConfig cfg) |
| Modifier and Type | Method and Description |
|---|---|
WindowCacheConfig |
WindowCacheConfig.fromConfig(Config rc)
Update properties by setting fields from the configuration.
|