Searched refs:setBlockCache (Results 1 – 4 of 4) sorted by relevance
43 .setTableFormatConfig(new BlockBasedTableConfig().setBlockCache(cache)); in getApproximateMemoryUsageByType()104 .setTableFormatConfig(new BlockBasedTableConfig().setBlockCache(cache1)); in getApproximateMemoryUsageByTypeMultiple()111 .setTableFormatConfig(new BlockBasedTableConfig().setBlockCache(cache2)); in getApproximateMemoryUsageByTypeMultiple()
107 new BlockBasedTableConfig().setBlockCache(cache))) { in blockCache()121 .setTableFormatConfig(new BlockBasedTableConfig().setBlockCache(cache)); in blockCacheIntegration()180 .setBlockCache(null) in blockCacheCompressedIntegration()
275 public BlockBasedTableConfig setBlockCache(final Cache blockCache) { in setBlockCache() method in BlockBasedTableConfig
479 * Add `BlockBasedTableConfig.setBlockCache` to allow sharing a block cache across DB instances.