java.lang.Object
org.apache.lucene.util.FileDeleter.RefCount
- Enclosing class:
FileDeleter
Tracks the reference count for a single index file:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fileName
-
initDone
boolean initDone -
count
int count
-
-
Constructor Details
-
RefCount
RefCount(String fileName)
-
-
Method Details
-
incRef
public int incRef() -
decRef
public int decRef()
-