rocksdb/java
Sagar Vemuri 27b450165e Update HistogramTypes in the Java API
Summary:
This diff syncs the Histogram Types in the Java API with the ones in C++ API (`statistics.h`), and brings it up-to-date.

I also found that the enum ordering between Java and C++ has gotten out-of-sync, a few years back, with the addition of `SUBCOMPACTION_SETUP_TIME`. So updated the order as well.

`READ_NUM_MERGE_OPERANDS` added in #2373 is needed for Cassandra-on-RocksDB work.
Closes https://github.com/facebook/rocksdb/pull/2429

Differential Revision: D5215623

Pulled By: sagar0

fbshipit-source-id: bd136698c48197e53693275eb52acc9198ee5a4e
2017-06-12 12:57:49 -07:00
..
benchmark/src/main/java/org/rocksdb/benchmark Added missing options to RocksJava 2017-03-30 12:09:21 -07:00
crossbuild Switch from CentOS 5 to CentOS 6 for crossbuilding RocksJava 2017-06-05 12:27:24 -07:00
rocksjni Java APIs for put, merge and delete in file ingestion 2017-06-08 17:11:57 -07:00
samples/src/main/java Fixed various memory leaks and Java 8 JNI Compatibility 2017-02-27 16:39:12 -08:00
src Update HistogramTypes in the Java API 2017-06-12 12:57:49 -07:00
CMakeLists.txt Fix the CMakeLists for RocksJava 2017-05-24 11:29:08 -07:00
HISTORY-JAVA.md Update JAVA-HISTORY.md for v3.13 2015-08-04 18:12:58 -07:00
jdb_bench.sh Moved Java Benchmark main classes into benchmark/src/main/java 2015-02-01 20:05:10 +00:00
Makefile Replace deprecated RocksDB#addFile with RocksDB#ingestExternalFile 2017-05-22 10:27:23 -07:00
RELEASE.md Fixed packaging of java crossbuild jar by forcing all compiled binaries to be output to the java/target directory. The uber crossbuild jar is then assembled within the java/target directory. 2015-10-12 20:29:58 -04:00
rocksjni.pom Minor fixes around Windows 64 Java Artifacts (#1366) 2016-10-03 11:58:08 -07:00