org.apache.hadoop.hbase.migration.nineteen.io
Class HBaseMapFile

java.lang.Object
  extended by org.apache.hadoop.io.MapFile
      extended by org.apache.hadoop.hbase.migration.nineteen.io.HBaseMapFile
Direct Known Subclasses:
BloomFilterMapFile

public class HBaseMapFile
extends org.apache.hadoop.io.MapFile

HBase customizations of MapFile.


Nested Class Summary
static class HBaseMapFile.HBaseReader
          A reader capable of reading and caching blocks of the data file.
static class HBaseMapFile.HBaseWriter
           
 
Nested classes/interfaces inherited from class org.apache.hadoop.io.MapFile
org.apache.hadoop.io.MapFile.Reader, org.apache.hadoop.io.MapFile.Writer
 
Field Summary
static Class<? extends org.apache.hadoop.io.Writable> VALUE_CLASS
          Values are instances of this class.
 
Fields inherited from class org.apache.hadoop.io.MapFile
DATA_FILE_NAME, INDEX_FILE_NAME
 
Constructor Summary
HBaseMapFile()
           
 
Method Summary
 
Methods inherited from class org.apache.hadoop.io.MapFile
delete, fix, main, rename
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VALUE_CLASS

public static final Class<? extends org.apache.hadoop.io.Writable> VALUE_CLASS
Values are instances of this class.

Constructor Detail

HBaseMapFile

public HBaseMapFile()


Copyright © 2010 The Apache Software Foundation