|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.hbase.client.HTable.OldClientScanner
protected class HTable.OldClientScanner
Scanner implementation made on top of a ResultScanner.
| Method Summary | |
|---|---|
void |
close()
Closes the scanner and releases any resources it has allocated |
protected void |
initialize()
|
Iterator<RowResult> |
iterator()
|
RowResult |
next()
Grab the next row's worth of values. |
RowResult[] |
next(int nbRows)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
protected void initialize()
throws IOException
IOExceptionpublic void close()
Scanner
close in interface Closeableclose in interface Scanner
public RowResult next()
throws IOException
Scanner
next in interface ScannerIOException
public RowResult[] next(int nbRows)
throws IOException
next in interface ScannernbRows - number of rows to return
IOExceptionpublic Iterator<RowResult> iterator()
iterator in interface Iterable<RowResult>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||