Uses of Class
org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
-
Uses of FixedFileTrailer in org.apache.hadoop.hbase.io.hfile
Modifier and TypeFieldDescriptionprivate FixedFileTrailer
HFileInfo.trailer
protected FixedFileTrailer
HFileReaderImpl.trailer
Modifier and TypeMethodDescriptionHFile.Reader.getTrailer()
HFileInfo.getTrailer()
HFileReaderImpl.getTrailer()
static FixedFileTrailer
FixedFileTrailer.readFromStream
(org.apache.hadoop.fs.FSDataInputStream istream, long fileSize) Reads a file trailer from the given file.Modifier and TypeMethodDescriptionprivate 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 final 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.