Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
Modifier and Type | Field and Description |
---|---|
(package private) DfsBlockCache.HashEntry |
DfsBlockCache.HashEntry.next
Next entry in the hash table's chain list.
|
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.atomic.AtomicReferenceArray<DfsBlockCache.HashEntry> |
DfsBlockCache.table
Hash bucket directory; entries are chained below.
|
Modifier and Type | Method and Description |
---|---|
private static DfsBlockCache.HashEntry |
DfsBlockCache.clean(DfsBlockCache.HashEntry top) |
Modifier and Type | Method and Description |
---|---|
private static DfsBlockCache.HashEntry |
DfsBlockCache.clean(DfsBlockCache.HashEntry top) |
private <T> T |
DfsBlockCache.scan(DfsBlockCache.HashEntry n,
DfsStreamKey key,
long position) |
private <T> DfsBlockCache.Ref<T> |
DfsBlockCache.scanRef(DfsBlockCache.HashEntry n,
DfsStreamKey key,
long position) |
Constructor and Description |
---|
HashEntry(DfsBlockCache.HashEntry n,
DfsBlockCache.Ref r) |