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