Uses of Class
org.eclipse.rdf4j.sail.lucene.AbstractReaderMonitor
Packages that use AbstractReaderMonitor
Package
Description
A Sail implementation that supports full-text indexing via the Lucene API.
-
Uses of AbstractReaderMonitor in org.eclipse.rdf4j.sail.lucene
Fields in org.eclipse.rdf4j.sail.lucene with type parameters of type AbstractReaderMonitorModifier and TypeFieldDescriptionprotected final 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 AbstractReaderMonitorModifier and TypeMethodDescriptionprotected abstract AbstractReaderMonitor
AbstractLuceneIndex.getCurrentMonitor()
Methods in org.eclipse.rdf4j.sail.lucene that return types with arguments of type AbstractReaderMonitor -
Uses of AbstractReaderMonitor in org.eclipse.rdf4j.sail.lucene.impl
Subclasses of AbstractReaderMonitor in org.eclipse.rdf4j.sail.lucene.implModifier and TypeClassDescriptionclass
ReaderMonitor holds IndexReader and IndexSearcher.