Home
last modified time | relevance | path

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

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DBlockBasedTableConfig.java39 readAmpBytesPerBit = 0; in BlockBasedTableConfig()
580 public int readAmpBytesPerBit() { in readAmpBytesPerBit() method in BlockBasedTableConfig
581 return readAmpBytesPerBit; in readAmpBytesPerBit()
613 public BlockBasedTableConfig setReadAmpBytesPerBit(final int readAmpBytesPerBit) { in setReadAmpBytesPerBit() argument
614 this.readAmpBytesPerBit = readAmpBytesPerBit; in setReadAmpBytesPerBit()
911 verifyCompression, readAmpBytesPerBit, formatVersion, in newTableFactoryHandle()
940 final int readAmpBytesPerBit, in newTableFactoryHandle() argument
975 private int readAmpBytesPerBit; field in BlockBasedTableConfig
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DBlockBasedTableConfigTest.java305 public void readAmpBytesPerBit() { in readAmpBytesPerBit() method in BlockBasedTableConfigTest
308 assertThat(blockBasedTableConfig.readAmpBytesPerBit()). in readAmpBytesPerBit()