java.lang.Object
org.apache.lucene.index.IndexFileDeleter.RefCount
- Enclosing class:
- IndexFileDeleter
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()
-