Package org.apache.hadoop.hbase.migration.nineteen.io

Examples of org.apache.hadoop.hbase.migration.nineteen.io.HalfMapFileReader


   */
  public synchronized BloomFilterMapFile.Reader getReader(final FileSystem fs,
      final boolean bloomFilter, final boolean blockCacheEnabled)
  throws IOException {
    if (isReference()) {
      return new HalfMapFileReader(fs,
          getMapFilePath(reference).toString(), conf,
          reference.getFileRegion(), reference.getMidkey(), bloomFilter,
          blockCacheEnabled, this.hri);
    }
    return new BloomFilterMapFile.Reader(fs, getMapFilePath().toString(),
View Full Code Here

TOP

Related Classes of org.apache.hadoop.hbase.migration.nineteen.io.HalfMapFileReader

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.