Uses of Interface
org.apache.hadoop.hbase.io.hfile.HFileDataBlockEncoder

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

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

Classes in org.apache.hadoop.hbase.io.hfile that implement HFileDataBlockEncoder
 class HFileDataBlockEncoderImpl
          Do different kinds of data block encoding according to column family options.
 class NoOpDataBlockEncoder
          Does not perform any kind of encoding/decoding.
 

Fields in org.apache.hadoop.hbase.io.hfile declared as HFileDataBlockEncoder
protected  HFileDataBlockEncoder AbstractHFileWriter.blockEncoder
          The data block encoding which will be used.
protected  HFileDataBlockEncoder AbstractHFileReader.dataBlockEncoder
          What kind of data block encoding should be used while reading, writing, and handling cache.
 

Methods in org.apache.hadoop.hbase.io.hfile that return HFileDataBlockEncoder
static HFileDataBlockEncoder HFileDataBlockEncoderImpl.createFromFileInfo(HFile.FileInfo fileInfo)
           
 

Constructors in org.apache.hadoop.hbase.io.hfile with parameters of type HFileDataBlockEncoder
HFileBlock.Writer(HFileDataBlockEncoder dataBlockEncoder, HFileContext fileContext)
           
 

Uses of HFileDataBlockEncoder in org.apache.hadoop.hbase.regionserver
 

Methods in org.apache.hadoop.hbase.regionserver that return HFileDataBlockEncoder
 HFileDataBlockEncoder Store.getDataBlockEncoder()
           
 HFileDataBlockEncoder HStore.getDataBlockEncoder()
           
 



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