242243244245246247248
* 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()); }
438439440441442443444
bytes = (hsk.getRow().toString() + hsk.getColumn().toString()). getBytes(UTF8_ENCODING); } catch (UnsupportedEncodingException e) { throw new IOException(e.toString()); } return new Key(bytes); }
912913914915916917918
478479480481482483484
594595596597598599600
592593594595596597598
590591592593594595596
436437438439440441442