Uses of Class
org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
Packages that use FixedFileTrailer
-
Uses of FixedFileTrailer in org.apache.hadoop.hbase.io.hfile
Fields in org.apache.hadoop.hbase.io.hfile declared as FixedFileTrailerModifier and TypeFieldDescriptionprivate FixedFileTrailer
HFileInfo.trailer
protected FixedFileTrailer
HFileReaderImpl.trailer
Methods in org.apache.hadoop.hbase.io.hfile that return FixedFileTrailerModifier 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.Methods in org.apache.hadoop.hbase.io.hfile with parameters of type FixedFileTrailerModifier 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.