Home
last modified time | relevance | path

Searched defs:IndexType (Results 1 – 6 of 6) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DIndexType.java11 public enum IndexType { enum
36 IndexType(byte value) { in IndexType() method in IndexType
/rocksdb-6.9/utilities/persistent_cache/
Dvolatile_tier_impl.h128 IndexType; typedef
/rocksdb-6.9/test_util/
Dtestutil.cc206 using IndexType = BlockBasedTableOptions::IndexType; in RandomBlockBasedTableOptions() typedef
/rocksdb-6.9/include/rocksdb/
Dtable.h93 enum IndexType : char { enum
/rocksdb-6.9/table/block_based/
Dblock.cc849 BlockBasedTableOptions::DataBlockIndexType Block::IndexType() const { in IndexType() function in ROCKSDB_NAMESPACE::Block
Dblock_based_table_builder.cc57 typedef BlockBasedTableOptions::IndexType IndexType; typedef