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

Packages that use org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultDecodingContext
Package
Description
 
  • Uses of org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultDecodingContext in org.apache.hadoop.hbase.io.encoding

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