| /rocksdb-6.9/table/block_based/ |
| D | uncompression_dict_reader.cc | 16 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()
|
| D | binary_search_index_reader.cc | 14 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()
|
| D | hash_index_reader.cc | 18 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()
|
| D | partitioned_index_reader.cc | 17 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()
|
| D | full_filter_block.cc | 123 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()
|
| D | block_based_filter_block.cc | 175 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()
|
| D | uncompression_dict_reader.h | 29 bool use_cache, bool prefetch, bool pin, 51 const ReadOptions& read_options, bool use_cache, GetContext* get_context,
|
| D | index_reader_common.cc | 14 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()
|
| D | partitioned_filter_block.cc | 134 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()
|
| D | filter_block_reader_common.cc | 17 const ReadOptions& read_options, bool use_cache, GetContext* get_context, in ReadFilterBlock() argument 33 /* for_compaction */ false, use_cache); in ReadFilterBlock()
|
| D | block_based_table_reader.cc | 943 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 …]
|
| D | block_based_table_reader.h | 301 bool for_compaction, bool use_cache) const; 377 bool use_cache, bool prefetch, bool pin, 426 FilePrefetchBuffer* prefetch_buffer, bool use_cache, bool prefetch,
|
| D | binary_search_index_reader.h | 23 FilePrefetchBuffer* prefetch_buffer, bool use_cache,
|
| D | filter_block_reader_common.h | 34 const ReadOptions& read_options, bool use_cache,
|
| D | partitioned_index_reader.h | 21 FilePrefetchBuffer* prefetch_buffer, bool use_cache,
|
| D | hash_index_reader.h | 20 InternalIterator* meta_index_iter, bool use_cache,
|
| D | index_reader_common.h | 31 const ReadOptions& read_options, bool use_cache,
|
| D | block_based_filter_block.h | 89 bool use_cache, bool prefetch, bool pin,
|
| D | partitioned_filter_block.h | 75 bool use_cache, bool prefetch, bool pin,
|
| D | full_filter_block.h | 91 bool use_cache, bool prefetch, bool pin,
|