|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.hbase.rest.ResultGenerator
org.apache.hadoop.hbase.rest.RowResultGenerator
public class RowResultGenerator
| Constructor Summary | |
|---|---|
RowResultGenerator(java.lang.String tableName,
RowSpec rowspec,
Filter filter)
|
|
| Method Summary | |
|---|---|
void |
close()
|
boolean |
hasNext()
|
KeyValue |
next()
|
void |
putBack(KeyValue kv)
|
void |
remove()
|
| Methods inherited from class org.apache.hadoop.hbase.rest.ResultGenerator |
|---|
buildFilter, fromRowSpec |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RowResultGenerator(java.lang.String tableName,
RowSpec rowspec,
Filter filter)
throws java.lang.IllegalArgumentException,
java.io.IOException
java.lang.IllegalArgumentException
java.io.IOException| Method Detail |
|---|
public void close()
close in class ResultGeneratorpublic boolean hasNext()
public KeyValue next()
public void putBack(KeyValue kv)
putBack in class ResultGeneratorpublic void remove()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||