Home
last modified time | relevance | path

Searched refs:wholeKeyFiltering (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DBlockBasedTableConfig.java37 wholeKeyFiltering = true; in BlockBasedTableConfig()
529 public boolean wholeKeyFiltering() { in wholeKeyFiltering() method in BlockBasedTableConfig
530 return wholeKeyFiltering; in wholeKeyFiltering()
542 final boolean wholeKeyFiltering) { in setWholeKeyFiltering() argument
543 this.wholeKeyFiltering = wholeKeyFiltering; in setWholeKeyFiltering()
910 useDeltaEncoding, filterPolicyHandle, wholeKeyFiltering, in newTableFactoryHandle()
938 final boolean wholeKeyFiltering, in newTableFactoryHandle() argument
973 private boolean wholeKeyFiltering; field in BlockBasedTableConfig
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DBlockBasedTableConfigTest.java289 public void wholeKeyFiltering() { in wholeKeyFiltering() method in BlockBasedTableConfigTest
292 assertThat(blockBasedTableConfig.wholeKeyFiltering()). in wholeKeyFiltering()