Class RowBloomHashKey


@Private public class RowBloomHashKey extends CellHashKey
  • Field Summary

    Fields inherited from class org.apache.hadoop.hbase.util.CellHashKey

    LATEST_TS, MAX_TYPE

    Fields inherited from class org.apache.hadoop.hbase.util.HashKey

    t
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    byte
    get(int offset)
    Return The byte at the given position in this HashKey
    int
    getIntLE(int offset)
    Returns the little-endian 32-bit int value starting at the given position in this HashKey.
    int
    Returns The number of bytes in this HashKey

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • get

      public byte get(int offset)
      Description copied from class: HashKey
      Return The byte at the given position in this HashKey
      Specified by:
      get in class HashKey<Cell>
    • length

      public int length()
      Description copied from class: HashKey
      Returns The number of bytes in this HashKey
      Specified by:
      length in class HashKey<Cell>
    • getIntLE

      public int getIntLE(int offset)
      Description copied from class: HashKey
      Returns the little-endian 32-bit int value starting at the given position in this HashKey.
      Specified by:
      getIntLE in class HashKey<Cell>
      Parameters:
      offset - the starting offset of the 4-byte little-endian int
      Returns:
      the 32-bit value decoded in little-endian order