| Package | Description |
|---|---|
| org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
WindowCache.SoftCleanupQueue |
private static class |
WindowCache.StrongCleanupQueue |
| Modifier and Type | Field and Description |
|---|---|
private WindowCache.CleanupQueue |
WindowCache.queue
cleanup released and/or garbage collected windows.
|
private WindowCache.CleanupQueue |
WindowCache.StrongRef.queue |
| Constructor and Description |
|---|
StrongRef(PackFile pack,
long position,
ByteWindow v,
WindowCache.CleanupQueue queue) |