Class RowColBloomHashKey


@Private public class RowColBloomHashKey extends CellHashKey
An hash key for ROWCOL bloom. This assumes the cells to be serialized in the Keyvalue serialization format with Empty column family. Note that the byte representing the family length is considered to be 0
  • Field Details

  • 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>