Uses of Class
org.eclipse.rdf4j.sail.lucene.impl.ReaderMonitor
-
Packages that use ReaderMonitor Package Description org.eclipse.rdf4j.sail.lucene.impl -
-
Uses of ReaderMonitor in org.eclipse.rdf4j.sail.lucene.impl
Fields in org.eclipse.rdf4j.sail.lucene.impl declared as ReaderMonitor Modifier and Type Field Description protected ReaderMonitor
LuceneIndex. currentMonitor
This holds IndexReader and IndexSearcher.Methods in org.eclipse.rdf4j.sail.lucene.impl that return ReaderMonitor Modifier and Type Method Description ReaderMonitor
LuceneIndex. getCurrentMonitor()
Current monitor holds instance of IndexReader and IndexSearcher It is used to keep track of readers
-