Class CellHashKey

java.lang.Object
org.apache.hadoop.hbase.util.HashKey<Cell>
org.apache.hadoop.hbase.util.CellHashKey
Direct Known Subclasses:
RowBloomHashKey, RowColBloomHashKey

@Private public abstract class CellHashKey extends HashKey<Cell>
Extracts the byte for the hash calculation from the given cell
  • Field Details

    • LATEST_TS

      protected static final byte[] LATEST_TS
    • MAX_TYPE

      protected static final byte MAX_TYPE
  • Constructor Details