org.apache.hadoop.hbase.stargate
Class ResultGenerator

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

public abstract class ResultGenerator
extends Object
implements Iterator<KeyValue>


Constructor Summary
ResultGenerator()
           
 
Method Summary
abstract  void close()
           
static ResultGenerator fromRowSpec(String table, RowSpec rowspec)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Constructor Detail

ResultGenerator

public ResultGenerator()
Method Detail

fromRowSpec

public static ResultGenerator fromRowSpec(String table,
                                          RowSpec rowspec)
                                   throws IOException
Throws:
IOException

close

public abstract void close()


Copyright © 2009 The Apache Software Foundation