public class HashTable.TableHash.Reader extends Object implements 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 IOException
IOExceptionpublic ImmutableBytesWritable getCurrentKey()
public ImmutableBytesWritable getCurrentHash()
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.