|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ManagedReaderSupplier
Interface for managed index reader suppliers. Managed reader suppliers try to reoped reopenable readers and may reuse readers without trying to reopen. Implementations must be thread-safe.
| Method Summary | |
|---|---|
void |
dispose()
Dispose any acquired resources. |
long |
getReopened()
Returns the number of successful requests that where server reopening a reader. |
long |
getReused()
Returns the number of successful requests that reused a previously opened reader. |
| Methods inherited from interface net.conquiris.api.search.ReaderSupplier |
|---|
get, getRequested |
| Method Detail |
|---|
long getReused()
long getReopened()
void dispose()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||