Searched refs:wholeKeyFiltering (Results 1 – 2 of 2) sorted by relevance
37 wholeKeyFiltering = true; in BlockBasedTableConfig()529 public boolean wholeKeyFiltering() { in wholeKeyFiltering() method in BlockBasedTableConfig530 return wholeKeyFiltering; in wholeKeyFiltering()542 final boolean wholeKeyFiltering) { in setWholeKeyFiltering() argument543 this.wholeKeyFiltering = wholeKeyFiltering; in setWholeKeyFiltering()910 useDeltaEncoding, filterPolicyHandle, wholeKeyFiltering, in newTableFactoryHandle()938 final boolean wholeKeyFiltering, in newTableFactoryHandle() argument973 private boolean wholeKeyFiltering; field in BlockBasedTableConfig
289 public void wholeKeyFiltering() { in wholeKeyFiltering() method in BlockBasedTableConfigTest292 assertThat(blockBasedTableConfig.wholeKeyFiltering()). in wholeKeyFiltering()