240241242243244245246
* Custom bloom filter key maker. * @param key * @return Key made of bytes of row only. */ protected static Key getBloomFilterKey(WritableComparable key) { return new Key(((HStoreKey) key).getRow()); }