Uses of Class
org.apache.hadoop.hbase.io.hfile.FixedFileTrailer

Packages that use FixedFileTrailer
org.apache.hadoop.hbase.io.hfile Provides the hbase data+index+metadata file. 
 

Uses of FixedFileTrailer in org.apache.hadoop.hbase.io.hfile
 

Fields in org.apache.hadoop.hbase.io.hfile declared as FixedFileTrailer
protected  FixedFileTrailer AbstractHFileReader.trailer
           
 

Methods in org.apache.hadoop.hbase.io.hfile that return FixedFileTrailer
 FixedFileTrailer HFile.Reader.getTrailer()
           
 FixedFileTrailer AbstractHFileReader.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 FixedFileTrailer
protected  HFileContext HFileReaderV3.createHFileContext(FSDataInputStreamWrapper fsdis, long fileSize, HFileSystem hfs, org.apache.hadoop.fs.Path path, FixedFileTrailer trailer)
           
protected  HFileContext HFileReaderV2.createHFileContext(FSDataInputStreamWrapper fsdis, long fileSize, HFileSystem hfs, org.apache.hadoop.fs.Path path, FixedFileTrailer trailer)
           
protected  void HFileWriterV3.finishClose(FixedFileTrailer trailer)
           
protected  void AbstractHFileWriter.finishClose(FixedFileTrailer trailer)
          Sets remaining trailer fields, writes the trailer to disk, and optionally closes the output stream.
protected  void AbstractHFileWriter.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.
 

Constructors in org.apache.hadoop.hbase.io.hfile with parameters of type FixedFileTrailer
AbstractHFileReader(org.apache.hadoop.fs.Path path, FixedFileTrailer trailer, long fileSize, CacheConfig cacheConf, HFileSystem hfs, org.apache.hadoop.conf.Configuration conf)
           
HFileReaderV2(org.apache.hadoop.fs.Path path, FixedFileTrailer trailer, FSDataInputStreamWrapper fsdis, long size, CacheConfig cacheConf, HFileSystem hfs, org.apache.hadoop.conf.Configuration conf)
          Opens a HFile.
HFileReaderV3(org.apache.hadoop.fs.Path path, FixedFileTrailer trailer, FSDataInputStreamWrapper fsdis, long size, CacheConfig cacheConf, HFileSystem hfs, org.apache.hadoop.conf.Configuration conf)
          Opens a HFile.
 



Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.