|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReaderSupplier
Interface for index reader suppliers. Provided readers MUST be closed by the caller when no longer needed. Implementations must be thread-safe.
| Method Summary | |
|---|---|
Reader |
get()
Returns an index reader. |
long |
getRequested()
Returns the number of successful requests done. |
| Method Detail |
|---|
Reader get()
get in interface com.google.common.base.Supplier<Reader>IndexNotAvailableException - if an error occurs.long getRequested()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||