Home
last modified time | relevance | path

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

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DTransaction.java1544 final WriteBatchWithIndex writeBatchWithIndex = in getWriteBatch() local
1546 return writeBatchWithIndex; in getWriteBatch()
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DWriteBatchWithIndexTest.java105 public void writeBatchWithIndex() throws RocksDBException { in writeBatchWithIndex() method in WriteBatchWithIndexTest