Searched refs:getFromWriteBatchWithIndex (Results 1 – 1 of 1) sorted by relevance
| /rocksdb-6.9/java/src/test/java/org/rocksdb/ |
| D | WriteBatchWithIndexTest.java | 284 assertThat(getFromWriteBatchWithIndex(db, readOptions, wbwi, "k1")) in savePoints() 286 assertThat(getFromWriteBatchWithIndex(db, readOptions, wbwi, "k2")) in savePoints() 288 assertThat(getFromWriteBatchWithIndex(db, readOptions, wbwi, "k3")) in savePoints() 297 assertThat(getFromWriteBatchWithIndex(db, readOptions, wbwi, "k2")) in savePoints() 299 assertThat(getFromWriteBatchWithIndex(db, readOptions, wbwi, "k3")) in savePoints() 308 assertThat(getFromWriteBatchWithIndex(db, readOptions, wbwi, "k3")) in savePoints() 310 assertThat(getFromWriteBatchWithIndex(db, readOptions, wbwi, "k4")) in savePoints() 316 assertThat(getFromWriteBatchWithIndex(db, readOptions, wbwi, "k2")) in savePoints() 318 assertThat(getFromWriteBatchWithIndex(db, readOptions, wbwi, "k3")) in savePoints() 320 assertThat(getFromWriteBatchWithIndex(db, readOptions, wbwi, "k4")) in savePoints() [all …]
|