Expose JavaAPI for getting the filter policy of a BlockBasedTableConfig (#5186)
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: 2a63c8685480197862b49fc48916c757cd6daf95main
parent
85b2bde3dd
commit
1966a7c055
Loading…
Reference in new issue