|
||||||||||
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
IOException
public void close()
Scanner
close
in interface Closeable
close
in interface Scanner
public RowResult next() throws IOException
Scanner
next
in interface Scanner
IOException
public RowResult[] next(int nbRows) throws IOException
next
in interface Scanner
nbRows
- number of rows to return
IOException
public Iterator<RowResult> iterator()
iterator
in interface Iterable<RowResult>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |