org.apache.accumulo.core.file.map
Class MapFileUtil
java.lang.Object
org.apache.accumulo.core.file.map.MapFileUtil
public class MapFileUtil
- extends Object
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 |
MapFileUtil
public MapFileUtil()
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 © 2015 Apache Accumulo Project. All rights reserved.