Uses of Interface
org.eclipse.jgit.internal.storage.file.WindowCache.CleanupQueue
-
Packages that use WindowCache.CleanupQueue Package Description org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of WindowCache.CleanupQueue in org.eclipse.jgit.internal.storage.file
Classes in org.eclipse.jgit.internal.storage.file that implement WindowCache.CleanupQueue Modifier and Type Class Description private static class
WindowCache.SoftCleanupQueue
private static class
WindowCache.StrongCleanupQueue
Fields in org.eclipse.jgit.internal.storage.file declared as WindowCache.CleanupQueue Modifier and Type Field Description private WindowCache.CleanupQueue
WindowCache. queue
cleanup released and/or garbage collected windows.private WindowCache.CleanupQueue
WindowCache.StrongRef. queue
Constructors in org.eclipse.jgit.internal.storage.file with parameters of type WindowCache.CleanupQueue Constructor Description StrongRef(Pack pack, long position, ByteWindow v, WindowCache.CleanupQueue queue)
-