| 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) |
String |
toString() |
public static HashTable.TableHash read(Configuration conf, Path hashDir) throws IOException
IOExceptionpublic HashTable.TableHash.Reader newReader(Configuration conf, ImmutableBytesWritable startKey) throws IOException
IOException