Searched refs:cache_options (Results 1 – 8 of 8) sorted by relevance
| /rocksdb-6.9/table/ |
| D | persistent_cache_helper.cc | 15 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 …]
|
| D | persistent_cache_helper.h | 23 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,
|
| D | meta_blocks.cc | 214 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()
|
| D | block_fetcher.h | 45 const PersistentCacheOptions& cache_options, 60 cache_options_(cache_options), in file_()
|
| D | format.h | 309 const PersistentCacheOptions& cache_options = PersistentCacheOptions());
|
| D | table_test.cc | 4378 PersistentCacheOptions cache_options; in TEST_P() local 4384 UncompressionDict::GetEmptyDict(), cache_options); in TEST_P()
|
| /rocksdb-6.9/table/block_based/ |
| D | hash_index_reader.cc | 69 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()
|
| D | block_based_table_reader.cc | 164 const PersistentCacheOptions& cache_options, size_t read_amp_bytes_per_bit, in ReadBlockFromFile() argument 173 cache_options, memory_allocator, nullptr, for_compaction); in ReadBlockFromFile()
|