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 FixedFileTrailerHFileInfo.trailerprotected FixedFileTrailerHFileReaderImpl.trailerMethods in org.apache.hadoop.hbase.io.hfile that return FixedFileTrailerModifier and TypeMethodDescriptionHFile.Reader.getTrailer()HFileInfo.getTrailer()HFileReaderImpl.getTrailer()static 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 FixedFileTrailerModifier and TypeMethodDescriptionprivate HFileContextHFileInfo.createHFileContext(org.apache.hadoop.fs.Path path, FixedFileTrailer trailer, org.apache.hadoop.conf.Configuration conf) protected voidHFileWriterImpl.finishClose(FixedFileTrailer trailer) voidHFileInfo.setTrailer(FixedFileTrailer trailer) protected final voidHFileWriterImpl.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.