org.apache.hadoop.hbase.migration.nineteen.io
Class HBaseMapFile.HBaseWriter
java.lang.Object
org.apache.hadoop.io.MapFile.Writer
org.apache.hadoop.hbase.migration.nineteen.io.HBaseMapFile.HBaseWriter
- All Implemented Interfaces:
- Closeable
- Direct Known Subclasses:
- BloomFilterMapFile.Writer
- Enclosing class:
- HBaseMapFile
public static class HBaseMapFile.HBaseWriter
- extends org.apache.hadoop.io.MapFile.Writer
Constructor Summary |
HBaseMapFile.HBaseWriter(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
String dirName,
org.apache.hadoop.io.SequenceFile.CompressionType compression,
HRegionInfo hri)
|
Methods inherited from class org.apache.hadoop.io.MapFile.Writer |
append, close, getIndexInterval, setIndexInterval, setIndexInterval |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HBaseMapFile.HBaseWriter
public HBaseMapFile.HBaseWriter(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
String dirName,
org.apache.hadoop.io.SequenceFile.CompressionType compression,
HRegionInfo hri)
throws IOException
- Parameters:
conf
- fs
- dirName
- compression
- hri
-
- Throws:
IOException
Copyright © 2010 The Apache Software Foundation