Uses of Interface
org.apache.hadoop.hbase.io.hfile.HFile.CachingBlockReader

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

Uses of HFile.CachingBlockReader in org.apache.hadoop.hbase.io.hfile
 

Subinterfaces of HFile.CachingBlockReader in org.apache.hadoop.hbase.io.hfile
static interface HFile.Reader
          An interface used by clients to open and iterate an HFile.
 

Classes in org.apache.hadoop.hbase.io.hfile that implement HFile.CachingBlockReader
 class AbstractHFileReader
          Common functionality needed by all versions of HFile readers.
 class HFileReaderV1
          HFile reader for version 1.
 class HFileReaderV2
          HFile reader for version 2.
 

Constructors in org.apache.hadoop.hbase.io.hfile with parameters of type HFile.CachingBlockReader
HFileBlockIndex.BlockIndexReader(org.apache.hadoop.io.RawComparator<byte[]> c, int treeLevel, HFile.CachingBlockReader cachingBlockReader)
           
 



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