Uses of Interface
org.eclipse.jgit.internal.storage.file.WindowCache.PageRef
-
Packages that use WindowCache.PageRef Package Description org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of WindowCache.PageRef in org.eclipse.jgit.internal.storage.file
Classes in org.eclipse.jgit.internal.storage.file that implement WindowCache.PageRef Modifier and Type Class Description private static class
WindowCache.SoftRef
A soft reference wrapped around a cached object.private static class
WindowCache.StrongRef
A strong reference wrapped around a cached object.Fields in org.eclipse.jgit.internal.storage.file declared as WindowCache.PageRef Modifier and Type Field Description (package private) WindowCache.PageRef<ByteWindow>
WindowCache.Entry. ref
The referenced object.Fields in org.eclipse.jgit.internal.storage.file with type parameters of type WindowCache.PageRef Modifier and Type Field Description private java.util.concurrent.ConcurrentLinkedQueue<WindowCache.PageRef<ByteWindow>>
WindowCache.StrongCleanupQueue. queue
Methods in org.eclipse.jgit.internal.storage.file that return WindowCache.PageRef Modifier and Type Method Description private WindowCache.PageRef<ByteWindow>
WindowCache. createRef(Pack p, long o, ByteWindow v)
Methods in org.eclipse.jgit.internal.storage.file with parameters of type WindowCache.PageRef Modifier and Type Method Description private void
WindowCache. clear(WindowCache.PageRef<ByteWindow> ref)
boolean
WindowCache.CleanupQueue. enqueue(WindowCache.PageRef<ByteWindow> r)
boolean
WindowCache.SoftCleanupQueue. enqueue(WindowCache.PageRef<ByteWindow> r)
boolean
WindowCache.StrongCleanupQueue. enqueue(WindowCache.PageRef<ByteWindow> r)
private void
WindowCache. hit(WindowCache.PageRef r)
Constructors in org.eclipse.jgit.internal.storage.file with parameters of type WindowCache.PageRef Constructor Description Entry(WindowCache.Entry n, WindowCache.PageRef<ByteWindow> r)
-