Home
last modified time | relevance | path

Searched refs:use_cache (Results 1 – 20 of 20) sorted by relevance

/rocksdb-6.9/table/block_based/
Duncompression_dict_reader.cc16 bool use_cache, bool prefetch, bool pin, in Create() argument
25 if (prefetch || !use_cache) { in Create()
27 table, prefetch_buffer, ReadOptions(), use_cache, in Create()
33 if (use_cache && !pin) { in Create()
46 const ReadOptions& read_options, bool use_cache, GetContext* get_context, in ReadUncompressionDictionary() argument
63 /* for_compaction */ false, use_cache); in ReadUncompressionDictionary()
Dbinary_search_index_reader.cc14 bool use_cache, bool prefetch, bool pin, in Create() argument
23 if (prefetch || !use_cache) { in Create()
25 ReadIndexBlock(table, prefetch_buffer, ReadOptions(), use_cache, in Create()
31 if (use_cache && !pin) { in Create()
Dhash_index_reader.cc18 bool use_cache, bool prefetch, bool pin, in Create() argument
29 if (prefetch || !use_cache) { in Create()
31 ReadIndexBlock(table, prefetch_buffer, ReadOptions(), use_cache, in Create()
37 if (use_cache && !pin) { in Create()
Dpartitioned_index_reader.cc17 bool use_cache, bool prefetch, bool pin, in Create() argument
26 if (prefetch || !use_cache) { in Create()
28 ReadIndexBlock(table, prefetch_buffer, ReadOptions(), use_cache, in Create()
34 if (use_cache && !pin) { in Create()
Dfull_filter_block.cc123 bool use_cache, bool prefetch, bool pin, in Create() argument
130 if (prefetch || !use_cache) { in Create()
132 use_cache, nullptr /* get_context */, in Create()
138 if (use_cache && !pin) { in Create()
Dblock_based_filter_block.cc175 bool use_cache, bool prefetch, bool pin, in Create() argument
182 if (prefetch || !use_cache) { in Create()
184 use_cache, nullptr /* get_context */, in Create()
190 if (use_cache && !pin) { in Create()
Duncompression_dict_reader.h29 bool use_cache, bool prefetch, bool pin,
51 const ReadOptions& read_options, bool use_cache, GetContext* get_context,
Dindex_reader_common.cc14 const ReadOptions& read_options, bool use_cache, GetContext* get_context, in ReadIndexBlock() argument
29 get_context, lookup_context, /* for_compaction */ false, use_cache); in ReadIndexBlock()
Dpartitioned_filter_block.cc134 bool use_cache, bool prefetch, bool pin, in Create() argument
141 if (prefetch || !use_cache) { in Create()
143 use_cache, nullptr /* get_context */, in Create()
149 if (use_cache && !pin) { in Create()
Dfilter_block_reader_common.cc17 const ReadOptions& read_options, bool use_cache, GetContext* get_context, in ReadFilterBlock() argument
33 /* for_compaction */ false, use_cache); in ReadFilterBlock()
Dblock_based_table_reader.cc943 const bool use_cache = table_options.cache_index_and_filter_blocks; in PrefetchIndexAndFilterBlocks() local
960 s = new_table->CreateIndexReader(prefetch_buffer, meta_iter, use_cache, in PrefetchIndexAndFilterBlocks()
990 prefetch_buffer, use_cache, prefetch_filter, pin_filter, in PrefetchIndexAndFilterBlocks()
1004 s = UncompressionDictReader::Create(this, prefetch_buffer, use_cache, in PrefetchIndexAndFilterBlocks()
1293 FilePrefetchBuffer* prefetch_buffer, bool use_cache, bool prefetch, in CreateFilterBlockReader() argument
1776 bool for_compaction, bool use_cache) const { in RetrieveBlock()
1781 if (use_cache) { in RetrieveBlock()
1843 bool for_compaction, bool use_cache) const;
1850 bool for_compaction, bool use_cache) const;
1857 bool for_compaction, bool use_cache) const;
[all …]
Dblock_based_table_reader.h301 bool for_compaction, bool use_cache) const;
377 bool use_cache, bool prefetch, bool pin,
426 FilePrefetchBuffer* prefetch_buffer, bool use_cache, bool prefetch,
Dbinary_search_index_reader.h23 FilePrefetchBuffer* prefetch_buffer, bool use_cache,
Dfilter_block_reader_common.h34 const ReadOptions& read_options, bool use_cache,
Dpartitioned_index_reader.h21 FilePrefetchBuffer* prefetch_buffer, bool use_cache,
Dhash_index_reader.h20 InternalIterator* meta_index_iter, bool use_cache,
Dindex_reader_common.h31 const ReadOptions& read_options, bool use_cache,
Dblock_based_filter_block.h89 bool use_cache, bool prefetch, bool pin,
Dpartitioned_filter_block.h75 bool use_cache, bool prefetch, bool pin,
Dfull_filter_block.h91 bool use_cache, bool prefetch, bool pin,