Searched refs:removeDirect (Results 1 – 3 of 3) sorted by relevance
| /rocksdb-6.9/java/src/main/java/org/rocksdb/ |
| D | AbstractWriteBatch.java | 114 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
|
| D | WriteBatchWithIndex.java | 278 final native void removeDirect(final long handle, final ByteBuffer key, final int keyOffset, in removeDirect() method in WriteBatchWithIndex
|
| D | WriteBatch.java | 246 final native void removeDirect(final long handle, final ByteBuffer key, final int keyOffset, in removeDirect() method in WriteBatch
|