Package org.apache.lucene.search
Interface NRTManager.WaitingListener
-
- All Known Implementing Classes:
NRTManagerReopenThread
- Enclosing class:
- NRTManager
public static interface NRTManager.WaitingListener
NRTManager invokes this interface to notify it when a caller is waiting for a specific generation searcher to be visible.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
waiting(long targetGen)
-