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
IOException
public ImmutableBytesWritable getCurrentKey()
public ImmutableBytesWritable getCurrentHash()
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2007–2019 Cloudera. All rights reserved.