This website requires JavaScript.
Explore
Help
Sign In
ARCHIVE
/
rippled
Watch
1
Star
0
Fork
0
You've already forked rippled
mirror of
https://github.com/XRPLF/rippled.git
synced
2025-12-06 17:27:55 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
63d74d2bfac888d6a09aa29b560b88bf8ca692a4
rippled
/
java
/
rocksjni
History
Ankit Gupta
63d74d2bfa
Expose JNI layer for these options: block_size, max_write_buffer_number, write_buffer_size, disable_seek_compaction, max_background_compactions.
2014-04-06 09:33:31 -07:00
..
options.cc
Expose JNI layer for these options: block_size, max_write_buffer_number, write_buffer_size, disable_seek_compaction, max_background_compactions.
2014-04-06 09:33:31 -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] Avoid a potential byte-array-copy btw c++ and java in RocksDB.get(byte[], byte[]).
2014-04-03 00:02:01 -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