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.
protected  HFileDataBlockEncoder HFile.WriterFactory.encoder
           
 

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

Methods in org.apache.hadoop.hbase.io.hfile with parameters of type HFileDataBlockEncoder
protected abstract  HFile.Writer HFile.WriterFactory.createWriter(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, org.apache.hadoop.fs.FSDataOutputStream ostream, int blockSize, Compression.Algorithm compress, HFileDataBlockEncoder dataBlockEncoder, KeyValue.KeyComparator comparator, ChecksumType checksumType, int bytesPerChecksum, boolean includeMVCCReadpoint)
           
 HFile.WriterFactory HFile.WriterFactory.withDataBlockEncoder(HFileDataBlockEncoder encoder)
           
 

Constructors in org.apache.hadoop.hbase.io.hfile with parameters of type HFileDataBlockEncoder
AbstractHFileWriter(CacheConfig cacheConf, org.apache.hadoop.fs.FSDataOutputStream outputStream, org.apache.hadoop.fs.Path path, int blockSize, Compression.Algorithm compressAlgo, HFileDataBlockEncoder dataBlockEncoder, KeyValue.KeyComparator comparator)
           
HFileBlock.Writer(Compression.Algorithm compressionAlgorithm, HFileDataBlockEncoder dataBlockEncoder, boolean includesMemstoreTS, int minorVersion, ChecksumType checksumType, int bytesPerChecksum)
           
HFileWriterV1(org.apache.hadoop.conf.Configuration conf, CacheConfig cacheConf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, org.apache.hadoop.fs.FSDataOutputStream ostream, int blockSize, Compression.Algorithm compress, HFileDataBlockEncoder blockEncoder, KeyValue.KeyComparator comparator)
          Constructor that takes a path, creates and closes the output stream.
HFileWriterV2(org.apache.hadoop.conf.Configuration conf, CacheConfig cacheConf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, org.apache.hadoop.fs.FSDataOutputStream ostream, int blockSize, Compression.Algorithm compressAlgo, HFileDataBlockEncoder blockEncoder, KeyValue.KeyComparator comparator, ChecksumType checksumType, int bytesPerChecksum, boolean includeMVCCReadpoint)
          Constructor that takes a path, creates and closes the output stream.
 

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

Fields in org.apache.hadoop.hbase.regionserver declared as HFileDataBlockEncoder
protected  HFileDataBlockEncoder StoreFile.Writer.dataBlockEncoder
           
 

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

Methods in org.apache.hadoop.hbase.regionserver with parameters of type HFileDataBlockEncoder
 StoreFile.WriterBuilder StoreFile.WriterBuilder.withDataBlockEncoder(HFileDataBlockEncoder encoder)
           
 

Constructors in org.apache.hadoop.hbase.regionserver with parameters of type HFileDataBlockEncoder
StoreFile(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path p, org.apache.hadoop.conf.Configuration conf, CacheConfig cacheConf, StoreFile.BloomType cfBloomType, HFileDataBlockEncoder dataBlockEncoder)
          Constructor, loads a reader and it's indices, etc.
 



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