Modifier and Type | Class and Description |
---|---|
class |
HashTable.TableHash.Reader |
Constructor and Description |
---|
HashTable.TableHash() |
Modifier and Type | Method and Description |
---|---|
HashTable.TableHash.Reader |
newReader(org.apache.hadoop.conf.Configuration conf,
ImmutableBytesWritable startKey)
Open a TableHash.Reader starting at the first hash at or after the given key.
|
static HashTable.TableHash |
read(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.Path hashDir) |
String |
toString() |
public static HashTable.TableHash read(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.Path hashDir) throws IOException
IOException
public HashTable.TableHash.Reader newReader(org.apache.hadoop.conf.Configuration conf, ImmutableBytesWritable startKey) throws IOException
IOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.