- java.lang.Object
-
- org.apache.lucene.util.FileDeleter.RefCount
-
- Enclosing class:
- FileDeleter
public static final class FileDeleter.RefCount extends java.lang.Object
Tracks the reference count for a single index file:
-
-
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()
-