Searched refs:read_amp_bytes_per_bit (Results 1 – 9 of 9) sorted by relevance
| /rocksdb-6.9/table/block_based/ |
| D | block_based_table_reader.cc | 122 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 …]
|
| D | block.cc | 868 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()
|
| D | block_based_table_factory.h | 182 {offsetof(struct BlockBasedTableOptions, read_amp_bytes_per_bit),
|
| D | block.h | 154 explicit Block(BlockContents&& contents, size_t read_amp_bytes_per_bit = 0,
|
| D | block_based_table_factory.cc | 404 table_options_.read_amp_bytes_per_bit); in GetPrintableTableOptions()
|
| /rocksdb-6.9/include/rocksdb/ |
| D | table.h | 247 uint32_t read_amp_bytes_per_bit = 0; member
|
| /rocksdb-6.9/java/rocksjni/ |
| D | table.cc | 143 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/ |
| D | db_bench_tool.cc | 504 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/ |
| D | db_test2.cc | 2080 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()
|