Home
last modified time | relevance | path

Searched refs:PersistentCacheOptions (Results 1 – 10 of 10) sorted by relevance

/rocksdb-6.9/table/
Dpersistent_cache_options.h18 struct PersistentCacheOptions { struct
19 PersistentCacheOptions() {} in PersistentCacheOptions() argument
20 explicit PersistentCacheOptions( in PersistentCacheOptions() function
27 virtual ~PersistentCacheOptions() {} in ~PersistentCacheOptions() argument
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,
Dpersistent_cache_helper.cc13 const PersistentCacheOptions& cache_options, const BlockHandle& handle, in InsertRawPage()
28 const PersistentCacheOptions& cache_options, const BlockHandle& handle, in InsertUncompressedPage()
47 const PersistentCacheOptions& cache_options, const BlockHandle& handle, in LookupRawPage()
77 const PersistentCacheOptions& cache_options, const BlockHandle& handle, in LookupUncompressedPage()
Dblock_fetcher.h45 const PersistentCacheOptions& cache_options,
82 const PersistentCacheOptions& cache_options_;
Dmeta_blocks.cc214 PersistentCacheOptions cache_options; in ReadProperties()
374 PersistentCacheOptions cache_options; in ReadTableProperties()
444 PersistentCacheOptions cache_options; in FindMetaBlock()
487 PersistentCacheOptions cache_options; in ReadMetaBlock()
Dformat.h309 const PersistentCacheOptions& cache_options = PersistentCacheOptions());
Dtable_test.cc4378 PersistentCacheOptions cache_options; in TEST_P()
4465 PersistentCacheOptions pcache_opts; in TEST_P()
/rocksdb-6.9/table/block_based/
Dhash_index_reader.cc69 const PersistentCacheOptions& cache_options = rep->persistent_cache_options; in Create()
Dblock_based_table_reader.h506 PersistentCacheOptions persistent_cache_options;
Dblock_based_table_reader.cc164 const PersistentCacheOptions& cache_options, size_t read_amp_bytes_per_bit, in ReadBlockFromFile()
634 PersistentCacheOptions(rep->table_options.persistent_cache, in Open()