Uses of Interface
org.apache.hadoop.hbase.io.hfile.HFileBlock.FSReader

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

Uses of HFileBlock.FSReader in org.apache.hadoop.hbase.io.hfile
 

Classes in org.apache.hadoop.hbase.io.hfile that implement HFileBlock.FSReader
static class HFileBlock.AbstractFSReader
          A common implementation of some methods of HFileBlock.FSReader and some tools for implementing HFile format version-specific block readers.
static class HFileBlock.FSReaderV1
          Reads version 1 blocks from the file system.
static class HFileBlock.FSReaderV2
          Reads version 2 blocks from the filesystem.
 

Fields in org.apache.hadoop.hbase.io.hfile declared as HFileBlock.FSReader
protected  HFileBlock.FSReader AbstractHFileReader.fsBlockReader
          Filesystem-level block reader for this HFile format version.
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.