rocksdb/java
Dhruba Borthakur a143ef9b38 Change namespace from leveldb to rocksdb
Summary:
Change namespace from leveldb to rocksdb. This allows a single
application to link in open-source leveldb code as well as
rocksdb code into the same process.

Test Plan: compile rocksdb

Reviewers: emayanke

Reviewed By: emayanke

CC: leveldb

Differential Revision: https://reviews.facebook.net/D13287
2013-10-04 11:59:26 -07:00
..
leveldb Add LevelDb's Java interface 2012-10-05 13:11:31 -07:00
leveldbjni Change namespace from leveldb to rocksdb 2013-10-04 11:59:26 -07:00
README Add LevelDb's Java interface 2012-10-05 13:11:31 -07:00

###############################################################################
leveldb - A Java port of LevelDB (https://github.com/dain/leveldb)

This is a Java port of LevelDB. We only need the interface part, so the
implementation part is not checked in.

This is based on commit: c8d074b3d95f30612e573bba689b85749031d639 from
https://github.com/dain/leveldb.git

###############################################################################

leveldbjni - JNI Wrapper for LevelDB (https://github.com/fusesource/leveldbjni)

Provide LevelDB implementation by using JNI wrapper. It is written using HawtJNI
which is JNI code generatori (http://hawtjni.fusesource.org/).

This is based on commmit: 8bac93ec1bcc97a098a1eaac265ea04b766ef574 from
https://github.com/fusesource/leveldbjni.git

###############################################################################