Revision 1966a7c055f6e182d627275051f5c09441aa922d authored by ableegoldman on 12 April 2019, 20:58:25 UTC, committed by Facebook Github Bot on 12 April 2019, 21:01:36 UTC
Summary:
I would like to be able to read out the current Filter that has been set (or not) for a BlockBasedTableConfig. Added one public method to BlockBasedTableConfig:

public Filter filterPolicy() {
    return filterPolicy;
}
Pull Request resolved: https://github.com/facebook/rocksdb/pull/5186

Differential Revision: D14921415

Pulled By: siying

fbshipit-source-id: 2a63c8685480197862b49fc48916c757cd6daf95
1 parent 85b2bde
History
File Mode Size
buckify_rocksdb.py -rw-r--r-- 5.1 KB
rocks_test_runner.sh -rwxr-xr-x 196 bytes
targets_builder.py -rw-r--r-- 2.0 KB
targets_cfg.py -rw-r--r-- 3.6 KB
util.py -rw-r--r-- 3.1 KB

back to top