Home
last modified time | relevance | path

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

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DAbstractWriteBatch.java114 removeDirect(nativeHandle_, key, key.position(), key.remaining(), 0); in remove()
121 removeDirect( in remove()
193 abstract void removeDirect(final long handle, final ByteBuffer key, final int keyOffset, in removeDirect() method in AbstractWriteBatch
DWriteBatchWithIndex.java278 final native void removeDirect(final long handle, final ByteBuffer key, final int keyOffset, in removeDirect() method in WriteBatchWithIndex
DWriteBatch.java246 final native void removeDirect(final long handle, final ByteBuffer key, final int keyOffset, in removeDirect() method in WriteBatch