Uses of Class
org.apache.accumulo.core.file.map.MySequenceFile.Reader

Packages that use MySequenceFile.Reader
org.apache.accumulo.core.file.map   
org.apache.accumulo.core.iterators.system   
 

Uses of MySequenceFile.Reader in org.apache.accumulo.core.file.map
 

Methods in org.apache.accumulo.core.file.map that return MySequenceFile.Reader
protected  MySequenceFile.Reader MyMapFile.Reader.createDataFileReader(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path dataFile, org.apache.hadoop.conf.Configuration conf)
          Override this method to specialize the type of MySequenceFile.Reader returned.
static MySequenceFile.Reader MapFileUtil.openIndex(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path mapFile)
           
 

Uses of MySequenceFile.Reader in org.apache.accumulo.core.iterators.system
 

Constructors in org.apache.accumulo.core.iterators.system with parameters of type MySequenceFile.Reader
SequenceFileIterator(MySequenceFile.Reader reader, boolean readValue)
           
 



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