org.apache.hadoop.hbase.stargate
Class ScannerResultGenerator
java.lang.Object
org.apache.hadoop.hbase.stargate.ResultGenerator
org.apache.hadoop.hbase.stargate.ScannerResultGenerator
- All Implemented Interfaces:
- Iterator<KeyValue>
public class ScannerResultGenerator
- extends ResultGenerator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScannerResultGenerator
public ScannerResultGenerator(String tableName,
RowSpec rowspec)
throws IllegalArgumentException,
IOException
- Throws:
IllegalArgumentException
IOException
getID
public String getID()
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