Searched refs:fill_cache (Results 1 – 16 of 16) sorted by relevance
81 if (!ro.fill_cache && rep_->cache_key_prefix_size != 0) { in NewDataBlockIterator()153 if (!ro.fill_cache && rep_->cache_key_prefix_size != 0) { in NewDataBlockIterator()
79 ro.fill_cache = read_options.fill_cache; in NewIterator()
1165 read_options.fill_cache) { in GetDataBlockFromCache()1419 if (block_entry->GetValue() == nullptr && !no_io && ro.fill_cache) { in MaybeReadBlockAndLoadToCache()1489 bool no_insert = no_io || !ro.fill_cache; in MaybeReadBlockAndLoadToCache()1723 if (options.fill_cache) { in RetrieveMultipleBlocks()
148 if (status_.ok() && read_options_.fill_cache && in InsertCompressedBlockToPersistentCacheIfNeeded()158 if (status_.ok() && !got_from_prefetch_buffer_ && read_options_.fill_cache && in InsertUncompressedBlockToPersistentCacheIfNeeded()
1999 bool fill_cache() { return fill_cache_; } in fill_cache() function in ROCKSDB_NAMESPACE::DBBasicTestWithParallelIO2151 ro.fill_cache = fill_cache(); in TEST_P()2178 if (fill_cache()) { in TEST_P()2275 ro.fill_cache = fill_cache(); in TEST_P()2312 ro.fill_cache = fill_cache(); in TEST_P()
151 read_options.fill_cache = false; in TEST_F()348 read_options.fill_cache = false; in TEST_F()
248 ro.fill_cache = false; in GetIngestedFileInfo()
457 ro.fill_cache = false; in GetIngestedFileInfo()
1839 ro.fill_cache = false; in TEST_P()1941 ro.fill_cache = false; in TEST_P()1957 ro.fill_cache = false; in TEST_P()
1451 ropts.fill_cache = false; in PutCFImpl()
3154 opt->rep.fill_cache = v; in rocksdb_readoptions_set_fill_cache()
5522 read_options.fill_cache = false; in MakeInputIterator()
591 fill_cache(true), in ReadOptions()611 fill_cache(cache), in ReadOptions()
1264 bool fill_cache; member
6722 reinterpret_cast<ROCKSDB_NAMESPACE::ReadOptions*>(jhandle)->fill_cache = in Java_org_rocksdb_ReadOptions_setFillCache()6733 return reinterpret_cast<ROCKSDB_NAMESPACE::ReadOptions*>(jhandle)->fill_cache; in Java_org_rocksdb_ReadOptions_fillCache()
209 * Fixed a regression where the fill_cache read option also affected index blocks.217 * Fixed a regression where the fill_cache read option also affected index blocks.