Home
last modified time | relevance | path

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

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DWriteBatch.java41 super(newWriteBatch(reserved_bytes)); in WriteBatch()
51 super(newWriteBatch(serialized, serialized.length)); in WriteBatch()
263 private native static long newWriteBatch(final int reserved_bytes); in newWriteBatch() method in WriteBatch
264 private native static long newWriteBatch(final byte[] serialized, in newWriteBatch() method in WriteBatch