public class HashTable.TableHash.Reader extends Object implements Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.apache.hadoop.hbase.io.ImmutableBytesWritable |
getCurrentHash()
Get the current hash
|
org.apache.hadoop.hbase.io.ImmutableBytesWritable |
getCurrentKey()
Get the current key
|
boolean |
next()
Read the next key/hash pair.
|
public boolean next()
throws IOException
IOExceptionpublic org.apache.hadoop.hbase.io.ImmutableBytesWritable getCurrentKey()
public org.apache.hadoop.hbase.io.ImmutableBytesWritable getCurrentHash()
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.