Class WindowCache.Entry

java.lang.Object
org.eclipse.jgit.internal.storage.file.WindowCache.Entry
Enclosing class:
WindowCache

private static class WindowCache.Entry extends Object
  • Field Details

    • next

      final WindowCache.Entry next
      Next entry in the hash table's chain list.
    • ref

      The referenced object.
    • dead

      volatile boolean dead
      Marked true when ref.get() returns null and the ref is dead.

      A true here indicates that the ref is no longer accessible, and that we therefore need to eventually purge this Entry object out of the bucket's chain.

  • Constructor Details

  • Method Details

    • kill

      final void kill()