Searched refs:indexType (Results 1 – 2 of 2) sorted by relevance
21 indexType = IndexType.kBinarySearch; in BlockBasedTableConfig()155 public IndexType indexType() { in indexType() method in BlockBasedTableConfig156 return indexType; in indexType()166 final IndexType indexType) { in setIndexType() argument167 this.indexType = indexType; in setIndexType()905 indexType.getValue(), dataBlockIndexType.getValue(), in newTableFactoryHandle()957 private IndexType indexType; field in BlockBasedTableConfig
60 public void indexType() { in indexType() method in BlockBasedTableConfigTest64 assertThat(blockBasedTableConfig.indexType().equals( in indexType()68 assertThat(blockBasedTableConfig.indexType().equals( in indexType()