Class WindowCache.StrongCleanupQueue
java.lang.Object
org.eclipse.jgit.internal.storage.file.WindowCache.StrongCleanupQueue
- All Implemented Interfaces:
WindowCache.CleanupQueue
- Enclosing class:
- WindowCache
private static class WindowCache.StrongCleanupQueue
extends Object
implements WindowCache.CleanupQueue
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ConcurrentLinkedQueue<WindowCache.PageRef<ByteWindow>>
private final WindowCache
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
wc
-
queue
-
-
Constructor Details
-
StrongCleanupQueue
StrongCleanupQueue(WindowCache wc)
-
-
Method Details
-
enqueue
- Specified by:
enqueue
in interfaceWindowCache.CleanupQueue
-
gc
public void gc()- Specified by:
gc
in interfaceWindowCache.CleanupQueue
-