Home
last modified time | relevance | path

Searched refs:kHashSearch (Results 1 – 17 of 17) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DIndexType.java21 kHashSearch((byte) 1), enumConstant
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DBlockBasedTableConfigTest.java63 blockBasedTableConfig.setIndexType(IndexType.kHashSearch); in indexType()
65 IndexType.kHashSearch)); in indexType()
/rocksdb-6.9/table/block_based/
Dblock_based_table_factory.cc189 if (table_options_.index_type == BlockBasedTableOptions::kHashSearch && in BlockBasedTableFactory()
239 if (table_options_.index_type == BlockBasedTableOptions::kHashSearch && in SanitizeOptions()
Dindex_builder.cc41 case BlockBasedTableOptions::kHashSearch: { in CreateIndexBuilder()
Dblock_based_table_reader.cc2029 rep_->index_type == BlockBasedTableOptions::kHashSearch, in NewIterator()
2151 if (rep_->index_type == BlockBasedTableOptions::kHashSearch) { in Get()
2323 if (rep_->index_type == BlockBasedTableOptions::kHashSearch) { in MultiGet()
2866 case BlockBasedTableOptions::kHashSearch: { in CreateIndexReader()
/rocksdb-6.9/include/rocksdb/
Dtable.h100 kHashSearch = 0x01, enumerator
/rocksdb-6.9/test_util/
Dtestutil.cc208 {IndexType::kBinarySearch, IndexType::kHashSearch, in RandomBlockBasedTableOptions()
/rocksdb-6.9/tools/
Dsst_dump_tool.cc304 BlockBasedTableOptions::IndexType::kHashSearch) { in SetTableOptionsByMagicNumber()
Ddb_bench_tool.cc3754 block_based_options.index_type = BlockBasedTableOptions::kHashSearch; in InitializeOptionsFromFlags()
/rocksdb-6.9/db/
Ddb_test_util.cc490 table_options.index_type = BlockBasedTableOptions::kHashSearch; in GetOptions()
495 table_options.index_type = BlockBasedTableOptions::kHashSearch; in GetOptions()
Ddb_test.cc3189 table_options.index_type = BlockBasedTableOptions::kHashSearch; in TEST_F()
3214 table_options.index_type = BlockBasedTableOptions::kHashSearch; in TEST_F()
3770 to.index_type = BlockBasedTableOptions::kHashSearch; in TEST_F()
Ddb_test2.cc4314 table_options.index_type = BlockBasedTableOptions::kHashSearch; in TEST_F()
4535 table_options.index_type = BlockBasedTableOptions::kHashSearch; in TEST_F()
/rocksdb-6.9/table/
Dtable_test.cc1716 table_options.index_type = BlockBasedTableOptions::kHashSearch; in TEST_P()
1722 table_options.index_type = BlockBasedTableOptions::kHashSearch; in TEST_P()
1729 table_options.index_type = BlockBasedTableOptions::kHashSearch; in TEST_P()
2104 table_options.index_type = BlockBasedTableOptions::kHashSearch; in TEST_P()
/rocksdb-6.9/options/
Doptions_test.cc529 ASSERT_EQ(new_opt.index_type, BlockBasedTableOptions::kHashSearch); in TEST_F()
Doptions_helper.cc1693 {"kHashSearch", BlockBasedTableOptions::IndexType::kHashSearch},
/rocksdb-6.9/java/rocksjni/
Dportal.h6250 case ROCKSDB_NAMESPACE::BlockBasedTableOptions::IndexType::kHashSearch: in toJavaIndexType()
6273 kHashSearch; in toCppIndexType()
/rocksdb-6.9/
DHISTORY.md30 * Fix incorrect results while block-based table uses kHashSearch, together with Prev()/SeekForPrev(…
63 * Delcare kHashSearch index type feature-incompatible with index_block_restart_interval larger than…