Home
last modified time | relevance | path

Searched refs:kBinarySearch (Results 1 – 16 of 16) sorted by relevance

/rocksdb-6.9/tools/advisor/test/input_files/
DOPTIONS-00000532 index_type=kBinarySearch
49 index_type=kBinarySearch
/rocksdb-6.9/include/rocksdb/
Dtable.h96 kBinarySearch = 0x00, enumerator
124 IndexType index_type = kBinarySearch;
/rocksdb-6.9/java/src/main/java/org/rocksdb/
DIndexType.java16 kBinarySearch((byte) 0), enumConstant
DBlockBasedTableConfig.java21 indexType = IndexType.kBinarySearch; in BlockBasedTableConfig()
/rocksdb-6.9/examples/
Drocksdb_option_file_example.ini142 index_type=kBinarySearch
/rocksdb-6.9/table/block_based/
Dindex_builder.cc35 case BlockBasedTableOptions::kBinarySearch: { in CreateIndexBuilder()
Dblock_based_table_reader.h485 index_type(BlockBasedTableOptions::IndexType::kBinarySearch), in Rep()
Dblock_based_table_reader.cc2859 case BlockBasedTableOptions::kBinarySearch: in CreateIndexReader()
/rocksdb-6.9/db_stress_tool/
Ddb_stress_gflags.cc364 ROCKSDB_NAMESPACE::BlockBasedTableOptions::kBinarySearch),
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DBlockBasedTableConfigTest.java69 IndexType.kBinarySearch)); in indexType()
/rocksdb-6.9/test_util/
Dtestutil.cc208 {IndexType::kBinarySearch, IndexType::kHashSearch, in RandomBlockBasedTableOptions()
/rocksdb-6.9/java/rocksjni/
Dportal.h6248 case ROCKSDB_NAMESPACE::BlockBasedTableOptions::IndexType::kBinarySearch: in toJavaIndexType()
6270 kBinarySearch; in toCppIndexType()
6283 kBinarySearch; in toCppIndexType()
/rocksdb-6.9/table/
Dtable_test.cc1711 table_options.index_type = BlockBasedTableOptions::kBinarySearch; in TEST_P()
2098 table_options.index_type = BlockBasedTableOptions::kBinarySearch; in TEST_P()
2200 : BlockBasedTableOptions::kBinarySearch; in TEST_P()
/rocksdb-6.9/options/
Doptions_helper.cc1692 {"kBinarySearch", BlockBasedTableOptions::IndexType::kBinarySearch},
/rocksdb-6.9/tools/
Ddb_bench_tool.cc3756 block_based_options.index_type = BlockBasedTableOptions::kBinarySearch; in InitializeOptionsFromFlags()
/rocksdb-6.9/db/
Ddb_test.cc3200 table_options.index_type = BlockBasedTableOptions::kBinarySearch; in TEST_F()