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