mirror of
https://github.com/XRPLF/rippled.git
synced 2026-01-09 09:15:26 +00:00
Add LevelDb's Java interface
Summary: See the wiki below https://our.intern.facebook.com/intern/wiki/index.php/Database/leveldb/Java Test Plan: compile test Reviewers: dhruba Reviewed By: dhruba Differential Revision: https://reviews.facebook.net/D5919
This commit is contained in:
20
java/README
Normal file
20
java/README
Normal file
@@ -0,0 +1,20 @@
|
||||
###############################################################################
|
||||
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
|
||||
|
||||
###############################################################################
|
||||
Reference in New Issue
Block a user