Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsBlockCache.HashEntry
-
Packages that use DfsBlockCache.HashEntry Package Description org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage. -
-
Uses of DfsBlockCache.HashEntry in org.eclipse.jgit.internal.storage.dfs
Fields in org.eclipse.jgit.internal.storage.dfs declared as DfsBlockCache.HashEntry Modifier and Type Field Description (package private) DfsBlockCache.HashEntry
DfsBlockCache.HashEntry. next
Next entry in the hash table's chain list.Fields in org.eclipse.jgit.internal.storage.dfs with type parameters of type DfsBlockCache.HashEntry Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReferenceArray<DfsBlockCache.HashEntry>
DfsBlockCache. table
Hash bucket directory; entries are chained below.Methods in org.eclipse.jgit.internal.storage.dfs that return DfsBlockCache.HashEntry Modifier and Type Method Description private static DfsBlockCache.HashEntry
DfsBlockCache. clean(DfsBlockCache.HashEntry top)
Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsBlockCache.HashEntry Modifier and Type Method 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)
Constructors in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsBlockCache.HashEntry Constructor Description HashEntry(DfsBlockCache.HashEntry n, DfsBlockCache.Ref r)
-