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.FixedFileTrailerHFileReaderImpl.trailerMethods 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.FixedFileTrailerHFile.Reader.getTrailer()org.apache.hadoop.hbase.io.hfile.FixedFileTrailerHFileInfo.getTrailer()org.apache.hadoop.hbase.io.hfile.FixedFileTrailerHFileReaderImpl.getTrailer()static org.apache.hadoop.hbase.io.hfile.FixedFileTrailerFixedFileTrailer.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 voidHFileWriterImpl.finishClose(org.apache.hadoop.hbase.io.hfile.FixedFileTrailer trailer) voidHFileInfo.setTrailer(org.apache.hadoop.hbase.io.hfile.FixedFileTrailer trailer) protected final voidHFileWriterImpl.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.