rocksdb/java/rocksjni
Yueh-Hsuan Chiang 92d2766001 [JNI] Improve the internal interface between java and c++ for basic db operations.
Summary:
Improve the internal interface between java and c++ for basic db operations
by including the RocksDB native handle (i.e., c++ pointer of rocksdb::DB)
as a input parameter of the internal interface.

This improvement reduces one JNI call per db operation from c++.

Test Plan: make test

Reviewers: haobo, sdong, dhruba

Reviewed By: sdong

CC: leveldb

Differential Revision: https://reviews.facebook.net/D17445
2014-04-02 22:23:04 -07:00
..
options.cc [JNI] Add java api and java tests for WriteBatch and WriteOptions, add put() and remove() to RocksDB. 2014-04-02 14:49:20 -07:00
portal.h [JNI] Add java api and java tests for WriteBatch and WriteOptions, add put() and remove() to RocksDB. 2014-04-02 14:49:20 -07:00
rocksjni.cc [JNI] Improve the internal interface between java and c++ for basic db operations. 2014-04-02 22:23:04 -07:00
write_batch.cc [JNI] Add java api and java tests for WriteBatch and WriteOptions, add put() and remove() to RocksDB. 2014-04-02 14:49:20 -07:00