rocksdb/java
Yueh-Hsuan Chiang 61955a0dda [Java] Add RocksObject, the base class of all java objects with a c++ pointer.
Summary:
Add RocksObject, the base class of all java objects which has a c++ pointer.
While the finalizer of a RocksObject will release its c++ resource, it is
suggested to call its RocksObject.dispose() to manually release its
c++ resource.

Existing RocksDB java classes are now extending RocksObject.

Test Plan:
make rocksdbjava
make jtest
make jdb_bench

Reviewers: haobo, dhruba, sdong, ankgup87, rsumbaly, swapnilghike, zzbennett

Reviewed By: haobo

CC: leveldb

Differential Revision: https://reviews.facebook.net/D18411
2014-05-01 01:44:46 -07:00
..
org/rocksdb [Java] Add RocksObject, the base class of all java objects with a c++ pointer. 2014-05-01 01:44:46 -07:00
rocksjni [Java] Add RocksObject, the base class of all java objects with a c++ pointer. 2014-05-01 01:44:46 -07:00
jdb_bench.sh [Java] Fixed compile error due to the removal of ReadOptions.prefix_seek, minor improvement on DbBenchmark.java. 2014-04-27 21:49:45 -07:00
Makefile [Java] Add static method RocksDB.loadLibrary() 2014-04-30 11:54:02 -07:00
RocksDBSample.java [Java] Add RocksObject, the base class of all java objects with a c++ pointer. 2014-05-01 01:44:46 -07:00