Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsBlockCache.HashEntry
Packages that use DfsBlockCache.HashEntry
Package
Description
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.HashEntryModifier and TypeFieldDescription(package private) final 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.HashEntryModifier and TypeFieldDescriptionprivate final AtomicReferenceArray<DfsBlockCache.HashEntry>
DfsBlockCache.table
Hash bucket directory; entries are chained below.Methods in org.eclipse.jgit.internal.storage.dfs that return DfsBlockCache.HashEntryModifier and TypeMethodDescriptionprivate static DfsBlockCache.HashEntry
DfsBlockCache.clean
(DfsBlockCache.HashEntry top) Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsBlockCache.HashEntryModifier and TypeMethodDescriptionprivate 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.HashEntryModifierConstructorDescription(package private)