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 classWindowCache.SoftCleanupQueueprivate static classWindowCache.StrongCleanupQueueFields in org.eclipse.jgit.internal.storage.file declared as WindowCache.CleanupQueue Modifier and Type Field Description private WindowCache.CleanupQueueWindowCache. queuecleanup released and/or garbage collected windows.private WindowCache.CleanupQueueWindowCache.StrongRef. queueConstructors 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)
-