Home
last modified time | relevance | path

Searched refs:cache_options (Results 1 – 8 of 8) sorted by relevance

/rocksdb-6.9/table/
Dpersistent_cache_helper.cc15 assert(cache_options.persistent_cache); in InsertRawPage()
16 assert(cache_options.persistent_cache->IsCompressed()); in InsertRawPage()
24 cache_options.persistent_cache->Insert(key, data, size); in InsertRawPage()
30 assert(cache_options.persistent_cache); in InsertUncompressedPage()
31 assert(!cache_options.persistent_cache->IsCompressed()); in InsertUncompressedPage()
52 assert(cache_options.persistent_cache); in LookupRawPage()
53 assert(cache_options.persistent_cache->IsCompressed()); in LookupRawPage()
72 RecordTick(cache_options.statistics, PERSISTENT_CACHE_HIT); in LookupRawPage()
79 assert(cache_options.persistent_cache); in LookupUncompressedPage()
80 assert(!cache_options.persistent_cache->IsCompressed()); in LookupUncompressedPage()
[all …]
Dpersistent_cache_helper.h23 static void InsertRawPage(const PersistentCacheOptions& cache_options,
29 const PersistentCacheOptions& cache_options, const BlockHandle& handle,
33 static Status LookupRawPage(const PersistentCacheOptions& cache_options,
40 const PersistentCacheOptions& cache_options, const BlockHandle& handle,
Dmeta_blocks.cc214 PersistentCacheOptions cache_options; in ReadProperties() local
219 BlockType::kProperties, UncompressionDict::GetEmptyDict(), cache_options, in ReadProperties()
374 PersistentCacheOptions cache_options; in ReadTableProperties() local
380 UncompressionDict::GetEmptyDict(), cache_options, memory_allocator); in ReadTableProperties()
444 PersistentCacheOptions cache_options; in FindMetaBlock() local
449 BlockType::kMetaIndex, UncompressionDict::GetEmptyDict(), cache_options, in FindMetaBlock()
487 PersistentCacheOptions cache_options; in ReadMetaBlock() local
493 UncompressionDict::GetEmptyDict(), cache_options, memory_allocator); in ReadMetaBlock()
520 UncompressionDict::GetEmptyDict(), cache_options, memory_allocator); in ReadMetaBlock()
Dblock_fetcher.h45 const PersistentCacheOptions& cache_options,
60 cache_options_(cache_options), in file_()
Dformat.h309 const PersistentCacheOptions& cache_options = PersistentCacheOptions());
Dtable_test.cc4378 PersistentCacheOptions cache_options; in TEST_P() local
4384 UncompressionDict::GetEmptyDict(), cache_options); in TEST_P()
/rocksdb-6.9/table/block_based/
Dhash_index_reader.cc69 const PersistentCacheOptions& cache_options = rep->persistent_cache_options; in Create() local
79 UncompressionDict::GetEmptyDict(), cache_options, memory_allocator); in Create()
89 UncompressionDict::GetEmptyDict(), cache_options, memory_allocator); in Create()
Dblock_based_table_reader.cc164 const PersistentCacheOptions& cache_options, size_t read_amp_bytes_per_bit, in ReadBlockFromFile() argument
173 cache_options, memory_allocator, nullptr, for_compaction); in ReadBlockFromFile()