rocksdb/java/rocksjni
fyrz 5340484266 Built-in comparator(s) in RocksJava
Extended Built-in comparators with ReverseBytewiseComparator.

Reverse key handling is under certain conditions essential. E.g. while
using timestamp versioned data.

As native-comparators were not available using JAVA-API. Both built-in comparators
were exposed via JNI to be set upon database creation time.
2014-09-26 10:35:12 +02:00
..
backupablejni.cc [Java] Add purgeOldBackups API 2014-08-14 10:58:09 -07:00
env.cc [Java] Add basic Java binding for rocksdb::Env. 2014-06-05 17:09:25 -07:00
filter.cc [Java] Generalize dis-own native handle and refine dispose framework. 2014-05-28 18:16:29 -07:00
iterator.cc [Java] Generalize dis-own native handle and refine dispose framework. 2014-05-28 18:16:29 -07:00
memtablejni.cc [Java] Fixed 32-bit overflowing issue when converting jlong to size_t 2014-09-17 12:30:06 -07:00
options.cc Built-in comparator(s) in RocksJava 2014-09-26 10:35:12 +02:00
portal.h [Java] Fixed 32-bit overflowing issue when converting jlong to size_t 2014-09-17 12:30:06 -07:00
ratelimiterjni.cc Add rate limiter 2014-09-19 16:11:59 -07:00
restorejni.cc [Java] Update header inclusion of utilities files 2014-07-23 11:15:14 -07:00
rocksjni.cc Add block based table config options 2014-09-24 11:43:35 -07:00
statistics.cc Adding iterator JNI binding 2014-04-19 03:26:22 -07:00
table.cc Add block based table config options 2014-09-24 11:43:35 -07:00
write_batch.cc Fix build 2014-09-18 22:13:52 -07:00