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 classWindowCache.SoftRefA soft reference wrapped around a cached object.private static classWindowCache.StrongRefA 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. refThe 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. queueMethods 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 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.PageRef Constructor Description Entry(WindowCache.Entry n, WindowCache.PageRef<ByteWindow> r)
-