Home
last modified time | relevance | path

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

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DBlockBasedTableConfig.java580 public int readAmpBytesPerBit() { in readAmpBytesPerBit() method in BlockBasedTableConfig
613 public BlockBasedTableConfig setReadAmpBytesPerBit(final int readAmpBytesPerBit) { in setReadAmpBytesPerBit()
940 final int readAmpBytesPerBit, in newTableFactoryHandle()
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