Class IndexFileDeleter.RefCount

java.lang.Object
org.apache.lucene.index.IndexFileDeleter.RefCount
Enclosing class:
IndexFileDeleter

private static final class IndexFileDeleter.RefCount extends Object
Tracks the reference count for a single index file:
  • Field Details

    • fileName

      final String fileName
    • initDone

      boolean initDone
    • count

      int count
  • Constructor Details

    • RefCount

      RefCount(String fileName)
  • Method Details

    • IncRef

      public int IncRef()
    • DecRef

      public int DecRef()