Searched refs:plainTableConfig (Results 1 – 1 of 1) sorted by relevance
22 plainTableConfig.setKeySize(5); in keySize()23 assertThat(plainTableConfig.keySize()). in keySize()30 plainTableConfig.setBloomBitsPerKey(11); in bloomBitsPerKey()31 assertThat(plainTableConfig.bloomBitsPerKey()). in bloomBitsPerKey()38 plainTableConfig.setHashTableRatio(0.95); in hashTableRatio()39 assertThat(plainTableConfig.hashTableRatio()). in hashTableRatio()46 plainTableConfig.setIndexSparseness(18); in indexSparseness()54 plainTableConfig.setHugePageTlbSize(1); in hugePageTlbSize()70 plainTableConfig.setFullScanMode(true); in fullScanMode()76 plainTableConfig.setStoreIndexInFile(true); in storeIndexInFile()[all …]