Uses of Interface
org.apache.hadoop.hbase.io.encoding.HFileBlockDecodingContext

Packages that use HFileBlockDecodingContext
org.apache.hadoop.hbase.codec.prefixtree   
org.apache.hadoop.hbase.io.encoding   
org.apache.hadoop.hbase.io.hfile Provides the hbase data+index+metadata file. 
 

Uses of HFileBlockDecodingContext in org.apache.hadoop.hbase.codec.prefixtree
 

Methods in org.apache.hadoop.hbase.codec.prefixtree that return HFileBlockDecodingContext
 HFileBlockDecodingContext PrefixTreeCodec.newDataBlockDecodingContext(Compression.Algorithm compressionAlgorithm)
           
 

Uses of HFileBlockDecodingContext in org.apache.hadoop.hbase.io.encoding
 

Classes in org.apache.hadoop.hbase.io.encoding that implement HFileBlockDecodingContext
 class HFileBlockDefaultDecodingContext
          A default implementation of HFileBlockDecodingContext.
 

Methods in org.apache.hadoop.hbase.io.encoding that return HFileBlockDecodingContext
 HFileBlockDecodingContext DataBlockEncoder.newDataBlockDecodingContext(Compression.Algorithm compressionAlgorithm)
          Creates an encoder specific decoding context, which will prepare the data before actual decoding
 

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

Methods in org.apache.hadoop.hbase.io.hfile that return HFileBlockDecodingContext
 HFileBlockDecodingContext NoOpDataBlockEncoder.newOnDiskDataBlockDecodingContext(Compression.Algorithm compressionAlgorithm)
           
 HFileBlockDecodingContext HFileDataBlockEncoderImpl.newOnDiskDataBlockDecodingContext(Compression.Algorithm compressionAlgorithm)
           
 HFileBlockDecodingContext HFileDataBlockEncoder.newOnDiskDataBlockDecodingContext(Compression.Algorithm compressionAlgorithm)
          create a encoder specific decoding context for reading.
 



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