Home
last modified time | relevance | path

Searched refs:read_amp_bytes_per_bit (Results 1 – 9 of 9) sorted by relevance

/rocksdb-6.9/table/block_based/
Dblock_based_table_reader.cc122 static Block* Create(BlockContents&& contents, size_t read_amp_bytes_per_bit, in Create() argument
125 return new Block(std::move(contents), read_amp_bytes_per_bit, statistics); in Create()
177 std::move(contents), read_amp_bytes_per_bit, ioptions.statistics, in ReadBlockFromFile()
1097 const size_t read_amp_bytes_per_bit = in GetDataBlockFromCache() local
1099 ? rep_->table_options.read_amp_bytes_per_bit in GetDataBlockFromCache()
1160 std::move(contents), read_amp_bytes_per_bit, statistics, in GetDataBlockFromCache()
1201 const size_t read_amp_bytes_per_bit = in PutDataBlockToCache() local
1203 ? rep_->table_options.read_amp_bytes_per_bit in PutDataBlockToCache()
1233 std::move(uncompressed_block_contents), read_amp_bytes_per_bit, in PutDataBlockToCache()
1547 size_t read_amp_bytes_per_bit = rep_->table_options.read_amp_bytes_per_bit; in RetrieveMultipleBlocks() local
[all …]
Dblock.cc868 Block::Block(BlockContents&& contents, size_t read_amp_bytes_per_bit, in Block() argument
919 if (read_amp_bytes_per_bit != 0 && statistics && size_ != 0) { in Block()
921 restart_offset_, read_amp_bytes_per_bit, statistics)); in Block()
Dblock_based_table_factory.h182 {offsetof(struct BlockBasedTableOptions, read_amp_bytes_per_bit),
Dblock.h154 explicit Block(BlockContents&& contents, size_t read_amp_bytes_per_bit = 0,
Dblock_based_table_factory.cc404 table_options_.read_amp_bytes_per_bit); in GetPrintableTableOptions()
/rocksdb-6.9/include/rocksdb/
Dtable.h247 uint32_t read_amp_bytes_per_bit = 0; member
/rocksdb-6.9/java/rocksjni/
Dtable.cc143 options.read_amp_bytes_per_bit = static_cast<uint32_t>(jread_amp_bytes_per_bit); in Java_org_rocksdb_BlockBasedTableConfig_newTableFactoryHandle()
/rocksdb-6.9/tools/
Ddb_bench_tool.cc504 DEFINE_int32(read_amp_bytes_per_bit,
505 ROCKSDB_NAMESPACE::BlockBasedTableOptions().read_amp_bytes_per_bit,
3820 block_based_options.read_amp_bytes_per_bit = FLAGS_read_amp_bytes_per_bit; in InitializeOptionsFromFlags()
/rocksdb-6.9/db/
Ddb_test2.cc2080 bbto.read_amp_bytes_per_bit = bytes_per_bit[k]; in TEST_F()
2187 bbto.read_amp_bytes_per_bit = bytes_per_bit[k]; in TEST_F()