org.apache.hadoop.hbase
Interface HScannerInterface


public interface HScannerInterface

HScannerInterface iterates through a set of rows. It's implemented by several classes.


Method Summary
 void close()
           
 boolean next(HStoreKey key, TreeMap<Text,byte[]> results)
           
 

Method Detail

next

boolean next(HStoreKey key,
             TreeMap<Text,byte[]> results)
             throws IOException
Throws:
IOException

close

void close()
           throws IOException
Throws:
IOException


Copyright © 2006 The Apache Software Foundation