Uses of Class
org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
Package
Description
Provides implementations of
HFile
and HFile
BlockCache
.-
Uses of org.apache.hadoop.hbase.io.hfile.FixedFileTrailer in org.apache.hadoop.hbase.io.hfile
Modifier and TypeFieldDescriptionprotected org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
HFileReaderImpl.trailer
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.io.hfile.FixedFileTrailer
HFile.Reader.getTrailer()
org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
HFileInfo.getTrailer()
org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
HFileReaderImpl.getTrailer()
static org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
FixedFileTrailer.readFromStream
(org.apache.hadoop.fs.FSDataInputStream istream, long fileSize) Reads a file trailer from the given file.Modifier and TypeMethodDescriptionprotected void
HFileWriterImpl.finishClose
(org.apache.hadoop.hbase.io.hfile.FixedFileTrailer trailer) void
HFileInfo.setTrailer
(org.apache.hadoop.hbase.io.hfile.FixedFileTrailer trailer) protected final void
HFileWriterImpl.writeFileInfo
(org.apache.hadoop.hbase.io.hfile.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.