|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NRTManager.WaitingListener | |
|---|---|
| org.apache.lucene.index | Code to maintain and access indices. |
| Uses of NRTManager.WaitingListener in org.apache.lucene.index |
|---|
| Classes in org.apache.lucene.index that implement NRTManager.WaitingListener | |
|---|---|
class |
NRTManagerReopenThread
Utility class that runs a reopen thread to periodically reopen the NRT searchers in the provided NRTManager. |
| Methods in org.apache.lucene.index with parameters of type NRTManager.WaitingListener | |
|---|---|
void |
NRTManager.addWaitingListener(NRTManager.WaitingListener l)
Adds a listener, to be notified when a caller is waiting for a specific generation searcher to be visible. |
void |
NRTManager.removeWaitingListener(NRTManager.WaitingListener l)
Remove a listener added with NRTManager.addWaitingListener(org.apache.lucene.index.NRTManager.WaitingListener). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||