org.apache.hadoop.hbase.stargate
Class ResultGenerator
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResultGenerator
public ResultGenerator()
fromRowSpec
public static ResultGenerator fromRowSpec(String table,
RowSpec rowspec)
throws IOException
- Throws:
IOException
close
public abstract void close()
Copyright © 2009 The Apache Software Foundation