Searched refs:putDirect (Results 1 – 5 of 5) sorted by relevance
| /rocksdb-6.9/java/src/main/java/org/rocksdb/ |
| D | AbstractWriteBatch.java | 61 putDirect(nativeHandle_, key, key.position(), key.remaining(), value, value.position(), in put() 71 putDirect(nativeHandle_, key, key.position(), key.remaining(), value, value.position(), in put() 170 abstract void putDirect(final long handle, final ByteBuffer key, final int keyOffset, in putDirect() method in AbstractWriteBatch
|
| D | SstFileWriter.java | 134 putDirect(nativeHandle_, key, key.position(), key.remaining(), value, value.position(), in put() 270 private native void putDirect(long handle, ByteBuffer key, int keyOffset, int keyLength, in putDirect() method in SstFileWriter
|
| D | WriteBatchWithIndex.java | 261 final native void putDirect(final long handle, final ByteBuffer key, final int keyOffset, in putDirect() method in WriteBatchWithIndex
|
| D | WriteBatch.java | 229 final native void putDirect(final long handle, final ByteBuffer key, final int keyOffset, in putDirect() method in WriteBatch
|
| D | RocksDB.java | 782 putDirect(nativeHandle_, writeOpts.nativeHandle_, key, key.position(), key.remaining(), value, in put() 806 putDirect(nativeHandle_, writeOpts.nativeHandle_, key, key.position(), key.remaining(), value, in put() 4406 private native void putDirect(long handle, long writeOptHandle, ByteBuffer key, int keyOffset, in putDirect() method in RocksDB
|