Class IndexFileDeleter.RefCount

  • Enclosing class:
    IndexFileDeleter

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

      Fields 
      Modifier and Type Field Description
      (package private) int count  
      (package private) java.lang.String fileName  
      (package private) boolean initDone  
    • Constructor Summary

      Constructors 
      Constructor Description
      RefCount​(java.lang.String fileName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int DecRef()  
      int IncRef()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • fileName

        final java.lang.String fileName
      • initDone

        boolean initDone
      • count

        int count
    • Constructor Detail

      • RefCount

        RefCount​(java.lang.String fileName)
    • Method Detail

      • IncRef

        public int IncRef()
      • DecRef

        public int DecRef()