Searched refs:cacheIndexAndFilterBlocks (Results 1 – 3 of 3) sorted by relevance
17 cacheIndexAndFilterBlocks = false; in BlockBasedTableConfig()60 public boolean cacheIndexAndFilterBlocks() { in cacheIndexAndFilterBlocks() method in BlockBasedTableConfig61 return cacheIndexAndFilterBlocks; in cacheIndexAndFilterBlocks()73 final boolean cacheIndexAndFilterBlocks) { in setCacheIndexAndFilterBlocks() argument74 this.cacheIndexAndFilterBlocks = cacheIndexAndFilterBlocks; in setCacheIndexAndFilterBlocks()902 return newTableFactoryHandle(cacheIndexAndFilterBlocks, in newTableFactoryHandle()918 final boolean cacheIndexAndFilterBlocks, in newTableFactoryHandle() argument953 private boolean cacheIndexAndFilterBlocks; field in BlockBasedTableConfig
27 public void cacheIndexAndFilterBlocks() { in cacheIndexAndFilterBlocks() method in BlockBasedTableConfigTest30 assertThat(blockBasedTableConfig.cacheIndexAndFilterBlocks()). in cacheIndexAndFilterBlocks()
104 assert (table_options.cacheIndexAndFilterBlocks() == true); in main()