Uses of Class
org.eclipse.rdf4j.sail.lucene.AbstractReaderMonitor
-
Packages that use AbstractReaderMonitor Package Description org.eclipse.rdf4j.sail.lucene A Sail implementation that supports full-text indexing via the Lucene API.org.eclipse.rdf4j.sail.lucene.impl -
-
Uses of AbstractReaderMonitor in org.eclipse.rdf4j.sail.lucene
Fields in org.eclipse.rdf4j.sail.lucene with type parameters of type AbstractReaderMonitor Modifier and Type Field Description protected Collection<AbstractReaderMonitor>
AbstractLuceneIndex. oldmonitors
keep a lit of old monitors that are still iterating but not closed (open iterators), will be all closed on shutdown items are removed from list by ReaderMnitor.endReading() when closingMethods in org.eclipse.rdf4j.sail.lucene that return AbstractReaderMonitor Modifier and Type Method Description protected abstract AbstractReaderMonitor
AbstractLuceneIndex. getCurrentMonitor()
Methods in org.eclipse.rdf4j.sail.lucene that return types with arguments of type AbstractReaderMonitor Modifier and Type Method Description Collection<AbstractReaderMonitor>
AbstractLuceneIndex. getOldMonitors()
-
Uses of AbstractReaderMonitor in org.eclipse.rdf4j.sail.lucene.impl
Subclasses of AbstractReaderMonitor in org.eclipse.rdf4j.sail.lucene.impl Modifier and Type Class Description class
ReaderMonitor
ReaderMonitor holds IndexReader and IndexSearcher.
-