|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HScannerInterface
HScannerInterface iterates through a set of rows. It's implemented by several classes.
| Method Summary | |
|---|---|
void |
close()
Closes a scanner and releases any resources it has allocated |
boolean |
next(HStoreKey key,
SortedMap<Text,byte[]> results)
Grab the next row's worth of values. |
| Method Detail |
|---|
boolean next(HStoreKey key,
SortedMap<Text,byte[]> results)
throws IOException
key - will contain the row and timestamp upon returnresults - will contain an entry for each column family member and its
value
IOException
void close()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||