org.apache.hadoop.hbase.stargate
Class RowResultGenerator

java.lang.Object
  extended by org.apache.hadoop.hbase.stargate.ResultGenerator
      extended by org.apache.hadoop.hbase.stargate.RowResultGenerator
All Implemented Interfaces:
Iterator<KeyValue>

public class RowResultGenerator
extends ResultGenerator


Constructor Summary
RowResultGenerator(String tableName, RowSpec rowspec)
           
 
Method Summary
 void close()
           
 boolean hasNext()
           
 KeyValue next()
           
 void remove()
           
 
Methods inherited from class org.apache.hadoop.hbase.stargate.ResultGenerator
fromRowSpec
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowResultGenerator

public RowResultGenerator(String tableName,
                          RowSpec rowspec)
                   throws IllegalArgumentException,
                          IOException
Throws:
IllegalArgumentException
IOException
Method Detail

close

public void close()
Specified by:
close in class ResultGenerator

hasNext

public boolean hasNext()

next

public KeyValue next()

remove

public void remove()


Copyright © 2009 The Apache Software Foundation