Home
last modified time | relevance | path

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

/rocksdb-6.9/table/block_based/
Dblock_based_table_reader_impl.h113 iter->SetCacheHandle(block.GetCacheHandle()); in NewDataBlockIterator()
184 iter->SetCacheHandle(block.GetCacheHandle()); in NewDataBlockIterator()
Dblock.h297 void SetCacheHandle(Cache::Handle* handle) { cache_handle_ = handle; } in SetCacheHandle() function