Searched refs:noBlockCache (Results 1 – 2 of 2) sorted by relevance
25 noBlockCache = false; in BlockBasedTableConfig()241 public boolean noBlockCache() { in noBlockCache() method in BlockBasedTableConfig242 return noBlockCache; in noBlockCache()255 public BlockBasedTableConfig setNoBlockCache(final boolean noBlockCache) { in setNoBlockCache() argument256 this.noBlockCache = noBlockCache; in setNoBlockCache()906 dataBlockHashTableUtilRatio, checksumType.getValue(), noBlockCache, in newTableFactoryHandle()926 final boolean noBlockCache, in newTableFactoryHandle() argument961 private boolean noBlockCache; field in BlockBasedTableConfig
96 public void noBlockCache() { in noBlockCache() method in BlockBasedTableConfigTest99 assertThat(blockBasedTableConfig.noBlockCache()).isTrue(); in noBlockCache()