Home
last modified time | relevance | path

Searched refs:indexType (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DBlockBasedTableConfig.java21 indexType = IndexType.kBinarySearch; in BlockBasedTableConfig()
155 public IndexType indexType() { in indexType() method in BlockBasedTableConfig
156 return indexType; in indexType()
166 final IndexType indexType) { in setIndexType() argument
167 this.indexType = indexType; in setIndexType()
905 indexType.getValue(), dataBlockIndexType.getValue(), in newTableFactoryHandle()
957 private IndexType indexType; field in BlockBasedTableConfig
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DBlockBasedTableConfigTest.java60 public void indexType() { in indexType() method in BlockBasedTableConfigTest
64 assertThat(blockBasedTableConfig.indexType().equals( in indexType()
68 assertThat(blockBasedTableConfig.indexType().equals( in indexType()