Searched refs:dataBlockIndexType (Results 1 – 2 of 2) sorted by relevance
22 dataBlockIndexType = DataBlockIndexType.kDataBlockBinarySearch; in BlockBasedTableConfig()176 public DataBlockIndexType dataBlockIndexType() { in dataBlockIndexType() method in BlockBasedTableConfig177 return dataBlockIndexType; in dataBlockIndexType()187 final DataBlockIndexType dataBlockIndexType) { in setDataBlockIndexType() argument188 this.dataBlockIndexType = dataBlockIndexType; in setDataBlockIndexType()905 indexType.getValue(), dataBlockIndexType.getValue(), in newTableFactoryHandle()958 private DataBlockIndexType dataBlockIndexType; field in BlockBasedTableConfig
73 public void dataBlockIndexType() { in dataBlockIndexType() method in BlockBasedTableConfigTest76 assertThat(blockBasedTableConfig.dataBlockIndexType().equals( in dataBlockIndexType()79 assertThat(blockBasedTableConfig.dataBlockIndexType().equals( in dataBlockIndexType()