rocksdb/java
Yueh-Hsuan Chiang a73383e8ac Minor fix in rocksdb jni library, RocksDB now does not implement Closeable.
Summary:
* [java] RocksDB now does not implement Closeable.
* [java] RocksDB.close() is now synchronized.
* [c++] Fix a bug in rocksjni.cc that does not release a java reference before
        throwing an exception.

Test Plan:
make jni
make jtest

Reviewers: haobo, sdong

Reviewed By: haobo

CC: leveldb

Differential Revision: https://reviews.facebook.net/D17355
2014-03-31 21:46:10 -07:00
..
org/rocksdb Minor fix in rocksdb jni library, RocksDB now does not implement Closeable. 2014-03-31 21:46:10 -07:00
rocksjni Minor fix in rocksdb jni library, RocksDB now does not implement Closeable. 2014-03-31 21:46:10 -07:00
Makefile Add a jni library for rocksdb which supports Open, Get, Put, and Close. 2014-03-28 14:19:21 -07:00
RocksDBSample.java Minor fix in rocksdb jni library, RocksDB now does not implement Closeable. 2014-03-31 21:46:10 -07:00