org.apache.hadoop.hbase.mapreduce
Class HashTable.TableHash

java.lang.Object
  extended by org.apache.hadoop.hbase.mapreduce.HashTable.TableHash
Enclosing class:
HashTable

public static class HashTable.TableHash
extends Object


Nested Class Summary
 class HashTable.TableHash.Reader
           
 
Constructor Summary
HashTable.TableHash()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HashTable.TableHash

public HashTable.TableHash()
Method Detail

read

public static HashTable.TableHash read(org.apache.hadoop.conf.Configuration conf,
                                       org.apache.hadoop.fs.Path hashDir)
                                throws IOException
Throws:
IOException

toString

public String toString()
Overrides:
toString in class Object

newReader

public HashTable.TableHash.Reader newReader(org.apache.hadoop.conf.Configuration conf,
                                            ImmutableBytesWritable startKey)
                                     throws IOException
Open a TableHash.Reader starting at the first hash at or after the given key.

Throws:
IOException


Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.