public class HashTable.TableHash.Reader
extends java.lang.Object
implements java.io.Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
ImmutableBytesWritable |
getCurrentHash()
Get the current hash
|
ImmutableBytesWritable |
getCurrentKey()
Get the current key
|
boolean |
next()
Read the next key/hash pair.
|
public boolean next()
throws java.io.IOException
java.io.IOExceptionpublic ImmutableBytesWritable getCurrentKey()
public ImmutableBytesWritable getCurrentHash()
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseablejava.io.IOException