Package org.apache.hadoop.hbase.rest
Class RowResultGenerator
java.lang.Object
org.apache.hadoop.hbase.rest.ResultGenerator
org.apache.hadoop.hbase.rest.RowResultGenerator
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionRowResultGenerator(String tableName, RowSpec rowspec, Filter filter, boolean cacheBlocks)  - 
Method Summary
Methods inherited from class org.apache.hadoop.hbase.rest.ResultGenerator
buildFilter, fromRowSpecMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining 
- 
Field Details
- 
LOG
 - 
valuesI
 - 
cache
 
 - 
 - 
Constructor Details
- 
RowResultGenerator
public RowResultGenerator(String tableName, RowSpec rowspec, Filter filter, boolean cacheBlocks) throws IllegalArgumentException, IOException - Throws:
 IllegalArgumentExceptionIOException
 
 - 
 - 
Method Details
- 
close
- Specified by:
 closein classResultGenerator
 - 
hasNext
 - 
next
 - 
putBack
- Specified by:
 putBackin classResultGenerator
 - 
remove
 
 -