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 classA soft reference wrapped around a cached object.private static classA 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.refThe 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.queueMethods 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 voidWindowCache.clear(WindowCache.PageRef<ByteWindow> ref) booleanWindowCache.CleanupQueue.enqueue(WindowCache.PageRef<ByteWindow> r) booleanWindowCache.SoftCleanupQueue.enqueue(WindowCache.PageRef<ByteWindow> r) booleanWindowCache.StrongCleanupQueue.enqueue(WindowCache.PageRef<ByteWindow> r) private voidWindowCache.hit(WindowCache.PageRef r) Constructors in org.eclipse.jgit.internal.storage.file with parameters of type WindowCache.PageRefModifierConstructorDescription(package private)