Package | Description |
---|---|
org.openrdf.sail.lucene | |
org.openrdf.sail.lucene3 |
Modifier and Type | Field and 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 closing
|
Modifier and Type | Method and Description |
---|---|
protected abstract AbstractReaderMonitor |
AbstractLuceneIndex.getCurrentMonitor() |
Modifier and Type | Method and Description |
---|---|
Collection<AbstractReaderMonitor> |
AbstractLuceneIndex.getOldMonitors() |
Modifier and Type | Class and Description |
---|---|
class |
ReaderMonitor
ReaderMonitor holds IndexReader and IndexSearcher.
|
Copyright © 2001–2015 Aduna. All rights reserved.