| /rocksdb-6.9/table/block_based/ |
| D | block_based_table_reader.h | 259 void UpdateCacheMissMetrics(BlockType block_type, 261 void UpdateCacheInsertionMetrics(BlockType block_type, 264 BlockType block_type, 270 BlockType block_type, 287 CachableEntry<TBlocklike>* block_entry, BlockType block_type, 299 BlockType block_type, GetContext* get_context, 340 const UncompressionDict& uncompression_dict, BlockType block_type, 362 BlockType block_type, 568 SequenceNumber get_global_seqno(BlockType block_type) const { in get_global_seqno() 569 return (block_type == BlockType::kFilter || in get_global_seqno() [all …]
|
| D | block_based_table_reader.cc | 240 case BlockType::kFilter: in UpdateCacheHitMetrics() 259 case BlockType::kIndex: in UpdateCacheHitMetrics() 297 case BlockType::kFilter: in UpdateCacheMissMetrics() 313 case BlockType::kIndex: in UpdateCacheMissMetrics() 348 case BlockType::kFilter: in UpdateCacheInsertionMetrics() 370 case BlockType::kIndex: in UpdateCacheInsertionMetrics() 1469 case BlockType::kData: in MaybeReadBlockAndLoadToCache() 1472 case BlockType::kFilter: in MaybeReadBlockAndLoadToCache() 1481 case BlockType::kIndex: in MaybeReadBlockAndLoadToCache() 2741 return BlockType::kFilter; in GetBlockTypeForMetaBlockByName() [all …]
|
| D | partitioned_index_reader.cc | 74 rep->get_global_seqno(BlockType::kIndex), nullptr, kNullStats, true, in NewIterator() 85 rep->get_global_seqno(BlockType::kIndex), nullptr, kNullStats, true, in NewIterator() 128 rep->get_global_seqno(BlockType::kIndex), &biter, kNullStats, true, in CacheDependencies() 164 &block, BlockType::kIndex, /*get_context=*/nullptr, &lookup_context, in CacheDependencies()
|
| D | hash_index_reader.cc | 78 true /*maybe_compressed*/, BlockType::kHashIndexPrefixes, in Create() 88 true /*maybe_compressed*/, BlockType::kHashIndexMetadata, in Create() 136 rep->get_global_seqno(BlockType::kIndex), iter, kNullStats, in NewIterator()
|
| D | partitioned_filter_block.cc | 198 table()->get_rep()->get_global_seqno(BlockType::kFilter), &iter, in GetFilterPartitionHandle() 242 BlockType::kFilter, get_context, lookup_context, in GetFilterPartitionBlock() 324 rep->get_global_seqno(BlockType::kFilter), &biter, kNullStats, in CacheDependencies() 354 UncompressionDict::GetEmptyDict(), &block, BlockType::kFilter, in CacheDependencies()
|
| D | block_based_table_reader_impl.h | 27 BlockType block_type, GetContext* get_context, in NewDataBlockIterator() 149 iter = InitBlockIterator<TBlockIter>(rep_, block.GetValue(), BlockType::kData, in NewDataBlockIterator()
|
| D | block_type.h | 16 enum class BlockType : uint8_t { enum
|
| D | index_reader_common.cc | 28 UncompressionDict::GetEmptyDict(), index_block, BlockType::kIndex, in ReadIndexBlock()
|
| D | binary_search_index_reader.cc | 65 rep->get_global_seqno(BlockType::kIndex), iter, kNullStats, true, in NewIterator()
|
| D | partitioned_index_iterator.cc | 99 BlockType::kIndex, in InitPartitionedIndexBlock()
|
| D | filter_block_reader_common.cc | 32 BlockType::kFilter, get_context, lookup_context, in ReadFilterBlock()
|
| D | uncompression_dict_reader.cc | 62 BlockType::kCompressionDictionary, get_context, lookup_context, in ReadUncompressionDictionary()
|
| D | block_based_table_iterator.cc | 241 read_options_, data_block_handle, &block_iter_, BlockType::kData, in InitDataBlock()
|
| /rocksdb-6.9/table/ |
| D | block_fetcher.cc | 225 case BlockType::kFilter: in ReadBlockContents() 229 case BlockType::kCompressionDictionary: in ReadBlockContents() 233 case BlockType::kIndex: in ReadBlockContents()
|
| D | block_fetcher.h | 43 bool do_uncompress, bool maybe_compressed, BlockType block_type, 80 BlockType block_type_;
|
| D | meta_blocks.cc | 219 BlockType::kProperties, UncompressionDict::GetEmptyDict(), cache_options, in ReadProperties() 379 false /*maybe_compressed*/, BlockType::kMetaIndex, in ReadTableProperties() 449 BlockType::kMetaIndex, UncompressionDict::GetEmptyDict(), cache_options, in FindMetaBlock() 471 const std::string& meta_block_name, BlockType block_type, in ReadMetaBlock() 492 false /*maybe_compressed*/, BlockType::kMetaIndex, in ReadMetaBlock()
|
| D | meta_blocks.h | 147 const std::string& meta_block_name, BlockType block_type,
|
| D | table_test.cc | 4374 auto BlockFetchHelper = [&](const BlockHandle& handle, BlockType block_type, in TEST_P() 4393 BlockFetchHelper(metaindex_handle, BlockType::kMetaIndex, in TEST_P() 4410 BlockFetchHelper(properties_handle, BlockType::kProperties, in TEST_P() 4469 false /*maybe_compressed*/, BlockType::kMetaIndex, in TEST_P()
|
| /rocksdb-6.9/table/plain/ |
| D | plain_table_reader.cc | 308 BlockType::kIndex, &index_block_contents, in PopulateIndex() 319 BloomBlockBuilder::kBloomBlock, BlockType::kFilter, in PopulateIndex()
|