| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.io.hfile | Provides implementations of  HFileand HFileBlockCache. | 
| Modifier and Type | Field and Description | 
|---|---|
| private FixedFileTrailer | HFileInfo. trailer | 
| protected FixedFileTrailer | HFileReaderImpl. trailer | 
| Modifier and Type | Method and Description | 
|---|---|
| FixedFileTrailer | HFileInfo. getTrailer() | 
| FixedFileTrailer | HFileReaderImpl. getTrailer() | 
| FixedFileTrailer | HFile.Reader. getTrailer() | 
| static FixedFileTrailer | FixedFileTrailer. readFromStream(org.apache.hadoop.fs.FSDataInputStream istream,
              long fileSize)Reads a file trailer from the given file. | 
| Modifier and Type | Method and Description | 
|---|---|
| private HFileContext | HFileInfo. createHFileContext(org.apache.hadoop.fs.Path path,
                  FixedFileTrailer trailer,
                  org.apache.hadoop.conf.Configuration conf) | 
| protected void | HFileWriterImpl. finishClose(FixedFileTrailer trailer) | 
| void | HFileInfo. setTrailer(FixedFileTrailer trailer) | 
| protected void | HFileWriterImpl. writeFileInfo(FixedFileTrailer trailer,
             DataOutputStream out)Sets the file info offset in the trailer, finishes up populating fields in
 the file info, and writes the file info into the given data output. | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.