Uses of Class
org.eclipse.jgit.internal.storage.file.WindowCache.Entry
-
Packages that use WindowCache.Entry Package Description org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of WindowCache.Entry in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as WindowCache.Entry Modifier and Type Field Description (package private) WindowCache.Entry
WindowCache.Entry. next
Next entry in the hash table's chain list.Fields in org.eclipse.jgit.internal.storage.file with type parameters of type WindowCache.Entry Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReferenceArray<WindowCache.Entry>
WindowCache. table
Hash bucket directory; entries are chained below.Methods in org.eclipse.jgit.internal.storage.file that return WindowCache.Entry Modifier and Type Method Description private static WindowCache.Entry
WindowCache. clean(WindowCache.Entry top)
Methods in org.eclipse.jgit.internal.storage.file with parameters of type WindowCache.Entry Modifier and Type Method Description private static WindowCache.Entry
WindowCache. clean(WindowCache.Entry top)
private ByteWindow
WindowCache. scan(WindowCache.Entry n, Pack pack, long position)
Constructors in org.eclipse.jgit.internal.storage.file with parameters of type WindowCache.Entry Constructor Description Entry(WindowCache.Entry n, WindowCache.PageRef<ByteWindow> r)
-