Uses of Interface
org.eclipse.jgit.internal.storage.file.WindowCache.PageRef
Packages that use WindowCache.PageRef
-
Uses of WindowCache.PageRef in org.eclipse.jgit.internal.storage.file
Classes in org.eclipse.jgit.internal.storage.file that implement WindowCache.PageRefModifier and TypeClassDescriptionprivate static class
A soft reference wrapped around a cached object.private static class
A strong reference wrapped around a cached object.Fields in org.eclipse.jgit.internal.storage.file declared as WindowCache.PageRefModifier and TypeFieldDescription(package private) final WindowCache.PageRef<ByteWindow>
WindowCache.Entry.ref
The referenced object.Fields in org.eclipse.jgit.internal.storage.file with type parameters of type WindowCache.PageRefModifier and TypeFieldDescriptionprivate final ConcurrentLinkedQueue<WindowCache.PageRef<ByteWindow>>
WindowCache.StrongCleanupQueue.queue
Methods in org.eclipse.jgit.internal.storage.file that return WindowCache.PageRefModifier and TypeMethodDescriptionprivate WindowCache.PageRef<ByteWindow>
WindowCache.createRef
(Pack p, long o, ByteWindow v) Methods in org.eclipse.jgit.internal.storage.file with parameters of type WindowCache.PageRefModifier and TypeMethodDescriptionprivate 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.PageRefModifierConstructorDescription(package private)