| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.io | |
| org.apache.hadoop.hbase.io.hfile | Provides implementations of  HFileand HFileBlockCache. | 
| org.apache.hadoop.hbase.regionserver | 
| Modifier and Type | Field and Description | 
|---|---|
| private HFileSystem | FSDataInputStreamWrapper. hfs | 
| Modifier and Type | Method and Description | 
|---|---|
| HFileSystem | FSDataInputStreamWrapper. getHfs() | 
| Modifier and Type | Field and Description | 
|---|---|
| protected HFileSystem | AbstractHFileReader. hfsThe filesystem used for accesing data | 
| protected HFileSystem | HFileBlock.AbstractFSReader. hfsThe filesystem used to access data | 
| Modifier and Type | Method and Description | 
|---|---|
| protected HFileContext | HFileReaderV3. createHFileContext(FSDataInputStreamWrapper fsdis,
                  long fileSize,
                  HFileSystem hfs,
                  org.apache.hadoop.fs.Path path,
                  FixedFileTrailer trailer) | 
| protected HFileContext | HFileReaderV2. createHFileContext(FSDataInputStreamWrapper fsdis,
                  long fileSize,
                  HFileSystem hfs,
                  org.apache.hadoop.fs.Path path,
                  FixedFileTrailer trailer) | 
| private static HFile.Reader | HFile. openReader(org.apache.hadoop.fs.Path path,
          FSDataInputStreamWrapper fsdis,
          long size,
          CacheConfig cacheConf,
          HFileSystem hfs,
          org.apache.hadoop.conf.Configuration conf)Method returns the reader given the specified arguments. | 
| Constructor and Description | 
|---|
| AbstractHFileReader(org.apache.hadoop.fs.Path path,
                   FixedFileTrailer trailer,
                   long fileSize,
                   CacheConfig cacheConf,
                   HFileSystem hfs,
                   org.apache.hadoop.conf.Configuration conf) | 
| HFileBlock.AbstractFSReader(long fileSize,
                           HFileSystem hfs,
                           org.apache.hadoop.fs.Path path,
                           HFileContext fileContext) | 
| HFileBlock.FSReaderImpl(FSDataInputStreamWrapper stream,
                       long fileSize,
                       HFileSystem hfs,
                       org.apache.hadoop.fs.Path path,
                       HFileContext fileContext) | 
| HFileReaderV2(org.apache.hadoop.fs.Path path,
             FixedFileTrailer trailer,
             FSDataInputStreamWrapper fsdis,
             long size,
             CacheConfig cacheConf,
             HFileSystem hfs,
             org.apache.hadoop.conf.Configuration conf)Opens a HFile. | 
| HFileReaderV3(org.apache.hadoop.fs.Path path,
             FixedFileTrailer trailer,
             FSDataInputStreamWrapper fsdis,
             long size,
             CacheConfig cacheConf,
             HFileSystem hfs,
             org.apache.hadoop.conf.Configuration conf)Opens a HFile. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected HFileSystem | HRegionServer. fs | 
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.