Home
last modified time | relevance | path

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

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DAbstractWriteBatch.java61 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
DSstFileWriter.java134 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
DWriteBatchWithIndex.java261 final native void putDirect(final long handle, final ByteBuffer key, final int keyOffset, in putDirect() method in WriteBatchWithIndex
DWriteBatch.java229 final native void putDirect(final long handle, final ByteBuffer key, final int keyOffset, in putDirect() method in WriteBatch
DRocksDB.java782 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