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

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

Deprecated. since 1.3

public class MapFileUtil
extends java.lang.Object


Constructor Summary
MapFileUtil()
          Deprecated.  
 
Method Summary
static boolean attemptToFixMapFile(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, java.lang.String dirName)
          Deprecated.  
static MySequenceFile.Reader openIndex(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path mapFile)
          Deprecated.  
static MyMapFile.Reader openMapFile(AccumuloConfiguration acuconf, org.apache.hadoop.fs.FileSystem fs, java.lang.String dirName, org.apache.hadoop.conf.Configuration conf)
          Deprecated.  
static MyMapFile.Writer openMapFileWriter(AccumuloConfiguration acuTableConf, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, java.lang.String dirname)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapFileUtil

public MapFileUtil()
Deprecated. 
Method Detail

attemptToFixMapFile

public static boolean attemptToFixMapFile(org.apache.hadoop.conf.Configuration conf,
                                          org.apache.hadoop.fs.FileSystem fs,
                                          java.lang.String dirName)
Deprecated. 

openMapFile

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

openIndex

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

openMapFileWriter

public static MyMapFile.Writer openMapFileWriter(AccumuloConfiguration acuTableConf,
                                                 org.apache.hadoop.conf.Configuration conf,
                                                 org.apache.hadoop.fs.FileSystem fs,
                                                 java.lang.String dirname)
                                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.