Home
last modified time | relevance | path

Searched refs:BlockType (Results 1 – 19 of 19) sorted by relevance

/rocksdb-6.9/table/block_based/
Dblock_based_table_reader.h259 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 …]
Dblock_based_table_reader.cc240 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 …]
Dpartitioned_index_reader.cc74 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()
Dhash_index_reader.cc78 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()
Dpartitioned_filter_block.cc198 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()
Dblock_based_table_reader_impl.h27 BlockType block_type, GetContext* get_context, in NewDataBlockIterator()
149 iter = InitBlockIterator<TBlockIter>(rep_, block.GetValue(), BlockType::kData, in NewDataBlockIterator()
Dblock_type.h16 enum class BlockType : uint8_t { enum
Dindex_reader_common.cc28 UncompressionDict::GetEmptyDict(), index_block, BlockType::kIndex, in ReadIndexBlock()
Dbinary_search_index_reader.cc65 rep->get_global_seqno(BlockType::kIndex), iter, kNullStats, true, in NewIterator()
Dpartitioned_index_iterator.cc99 BlockType::kIndex, in InitPartitionedIndexBlock()
Dfilter_block_reader_common.cc32 BlockType::kFilter, get_context, lookup_context, in ReadFilterBlock()
Duncompression_dict_reader.cc62 BlockType::kCompressionDictionary, get_context, lookup_context, in ReadUncompressionDictionary()
Dblock_based_table_iterator.cc241 read_options_, data_block_handle, &block_iter_, BlockType::kData, in InitDataBlock()
/rocksdb-6.9/table/
Dblock_fetcher.cc225 case BlockType::kFilter: in ReadBlockContents()
229 case BlockType::kCompressionDictionary: in ReadBlockContents()
233 case BlockType::kIndex: in ReadBlockContents()
Dblock_fetcher.h43 bool do_uncompress, bool maybe_compressed, BlockType block_type,
80 BlockType block_type_;
Dmeta_blocks.cc219 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()
Dmeta_blocks.h147 const std::string& meta_block_name, BlockType block_type,
Dtable_test.cc4374 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/
Dplain_table_reader.cc308 BlockType::kIndex, &index_block_contents, in PopulateIndex()
319 BloomBlockBuilder::kBloomBlock, BlockType::kFilter, in PopulateIndex()