Searched refs:readAmpBytesPerBit (Results 1 – 2 of 2) sorted by relevance
39 readAmpBytesPerBit = 0; in BlockBasedTableConfig()580 public int readAmpBytesPerBit() { in readAmpBytesPerBit() method in BlockBasedTableConfig581 return readAmpBytesPerBit; in readAmpBytesPerBit()613 public BlockBasedTableConfig setReadAmpBytesPerBit(final int readAmpBytesPerBit) { in setReadAmpBytesPerBit() argument614 this.readAmpBytesPerBit = readAmpBytesPerBit; in setReadAmpBytesPerBit()911 verifyCompression, readAmpBytesPerBit, formatVersion, in newTableFactoryHandle()940 final int readAmpBytesPerBit, in newTableFactoryHandle() argument975 private int readAmpBytesPerBit; field in BlockBasedTableConfig
305 public void readAmpBytesPerBit() { in readAmpBytesPerBit() method in BlockBasedTableConfigTest308 assertThat(blockBasedTableConfig.readAmpBytesPerBit()). in readAmpBytesPerBit()