|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@InterfaceAudience.Public @InterfaceStability.Stable public interface ResultScanner
Interface for client-side scanning.
Go to HTable
to obtain instances.
Method Summary | |
---|---|
void |
close()
Closes the scanner and releases any resources it has allocated |
Result |
next()
Grab the next row's worth of values. |
Result[] |
next(int nbRows)
|
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Method Detail |
---|
Result next() throws IOException
IOException
- eResult[] next(int nbRows) throws IOException
nbRows
- number of rows to return
IOException
- evoid close()
close
in interface Closeable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |