Uses of Class
org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultDecodingContext

Packages that use HFileBlockDefaultDecodingContext
org.apache.hadoop.hbase.io.encoding   
 

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

Methods in org.apache.hadoop.hbase.io.encoding with parameters of type HFileBlockDefaultDecodingContext
protected  ByteBuffer FastDiffDeltaEncoder.internalDecodeKeyValues(DataInputStream source, int allocateHeaderLength, int skipLastBytes, HFileBlockDefaultDecodingContext decodingCtx)
           
protected  ByteBuffer DiffKeyDeltaEncoder.internalDecodeKeyValues(DataInputStream source, int allocateHeaderLength, int skipLastBytes, HFileBlockDefaultDecodingContext decodingCtx)
           
protected  ByteBuffer PrefixKeyDeltaEncoder.internalDecodeKeyValues(DataInputStream source, int allocateHeaderLength, int skipLastBytes, HFileBlockDefaultDecodingContext decodingCtx)
           
protected  ByteBuffer CopyKeyDataBlockEncoder.internalDecodeKeyValues(DataInputStream source, int allocateHeaderLength, int skipLastBytes, HFileBlockDefaultDecodingContext decodingCtx)
           
 



Copyright © 2007-2015 The Apache Software Foundation. All Rights Reserved.