org.apache.accumulo.core.file.map
Class MapFileUtil

java.lang.Object
  extended by org.apache.accumulo.core.file.map.MapFileUtil

public class MapFileUtil
extends Object


Constructor Summary
MapFileUtil()
           
 
Method Summary
static org.apache.hadoop.io.SequenceFile.Reader openIndex(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path mapFile)
           
static org.apache.hadoop.io.MapFile.Reader openMapFile(AccumuloConfiguration acuconf, org.apache.hadoop.fs.FileSystem fs, String dirName, org.apache.hadoop.conf.Configuration conf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapFileUtil

public MapFileUtil()
Method Detail

openMapFile

public static org.apache.hadoop.io.MapFile.Reader openMapFile(AccumuloConfiguration acuconf,
                                                              org.apache.hadoop.fs.FileSystem fs,
                                                              String dirName,
                                                              org.apache.hadoop.conf.Configuration conf)
                                                       throws IOException
Throws:
IOException

openIndex

public static org.apache.hadoop.io.SequenceFile.Reader openIndex(org.apache.hadoop.conf.Configuration conf,
                                                                 org.apache.hadoop.fs.FileSystem fs,
                                                                 org.apache.hadoop.fs.Path mapFile)
                                                          throws IOException
Throws:
IOException


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.