public static class HashTable.TableHash
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
HashTable.TableHash.Reader |
| Constructor and Description |
|---|
TableHash() |
| Modifier and Type | Method and Description |
|---|---|
HashTable.TableHash.Reader |
newReader(Configuration conf,
ImmutableBytesWritable startKey)
Open a TableHash.Reader starting at the first hash at or after the given key.
|
static HashTable.TableHash |
read(Configuration conf,
Path hashDir) |
java.lang.String |
toString() |
public static HashTable.TableHash read(Configuration conf, Path hashDir) throws java.io.IOException
java.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic HashTable.TableHash.Reader newReader(Configuration conf, ImmutableBytesWritable startKey) throws java.io.IOException
java.io.IOException