Uses of Class
org.apache.lucene.util.FileDeleter.RefCount
-
Packages that use FileDeleter.RefCount Package Description org.apache.lucene.util Some utility classes. -
-
Uses of FileDeleter.RefCount in org.apache.lucene.util
Fields in org.apache.lucene.util declared as FileDeleter.RefCount Modifier and Type Field Description private static FileDeleter.RefCount
FileDeleter. ZERO_REF
Fields in org.apache.lucene.util with type parameters of type FileDeleter.RefCount Modifier and Type Field Description private java.util.Map<java.lang.String,FileDeleter.RefCount>
FileDeleter. refCounts
Methods in org.apache.lucene.util that return FileDeleter.RefCount Modifier and Type Method Description private FileDeleter.RefCount
FileDeleter. getRefCountInternal(java.lang.String fileName)
-