Package | Description |
---|---|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
Modifier and Type | Field and Description |
---|---|
(package private) WindowCache.Entry |
WindowCache.Entry.next
Next entry in the hash table's chain list.
|
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.atomic.AtomicReferenceArray<WindowCache.Entry> |
WindowCache.table
Hash bucket directory; entries are chained below.
|
Modifier and Type | Method and Description |
---|---|
private static WindowCache.Entry |
WindowCache.clean(WindowCache.Entry top) |
Modifier and Type | Method and Description |
---|---|
private static WindowCache.Entry |
WindowCache.clean(WindowCache.Entry top) |
private ByteWindow |
WindowCache.scan(WindowCache.Entry n,
PackFile pack,
long position) |
Constructor and Description |
---|
Entry(WindowCache.Entry n,
WindowCache.PageRef<ByteWindow> r) |