Uses of Class
org.apache.hadoop.io.MapFile.Writer

Packages that use MapFile.Writer
org.apache.hadoop.hbase Provides HBase, the Hadoop simple database. 
org.apache.hadoop.io Generic i/o code for use when reading and writing data to the network, to databases, and to files. 
 

Uses of MapFile.Writer in org.apache.hadoop.hbase
 

Methods in org.apache.hadoop.hbase that return MapFile.Writer
 MapFile.Writer HStoreFile.getWriter(FileSystem fs, SequenceFile.CompressionType compression, Filter bloomFilter)
          Get a store file writer.
 

Uses of MapFile.Writer in org.apache.hadoop.io
 

Subclasses of MapFile.Writer in org.apache.hadoop.io
static class ArrayFile.Writer
          Write a new array file.
static class SetFile.Writer
          Deprecated. pass a Configuration too
 



Copyright © 2006 The Apache Software Foundation