rocksdb/java
Yueh-Hsuan Chiang acb9348ff3 [Java] Include WriteBatch into RocksDBSample.java, fix how DbBenchmark.java handles WriteBatch.
Summary:
Include WriteBatch into RocksDBSample.java, fix how DbBenchmark.java handles WriteBatch.
Previously DbBenchmark.java does not use WriteBatch when benchmarks is set to fillbatch.

Test Plan:
make rocksdbjava -j32
make jtest
make jdb_bench
cd java
./jdb_bench.sh --benchmarks=fillbatch

Reviewers: naveenatceg, ljin, sdong, ankgup87

Reviewed By: ankgup87

Subscribers: leveldb

Differential Revision: https://reviews.facebook.net/D22983
2014-09-15 12:34:12 -07:00
..
org/rocksdb [Java] Include WriteBatch into RocksDBSample.java, fix how DbBenchmark.java handles WriteBatch. 2014-09-15 12:34:12 -07:00
rocksjni fix RocksDB java build 2014-09-10 12:00:32 -07:00
HISTORY-JAVA.md [Java] Add HISTORY-JAVA.md and include both C++ and Java history files in .jar. 2014-06-20 23:18:25 -07:00
Makefile JNI changes corresponding to BlockBasedTableOptions migration 2014-08-25 14:22:55 -07:00
RocksDBSample.java [Java] Include WriteBatch into RocksDBSample.java, fix how DbBenchmark.java handles WriteBatch. 2014-09-15 12:34:12 -07:00
jdb_bench.sh [Java] Fixed compile error due to the removal of ReadOptions.prefix_seek, minor improvement on DbBenchmark.java. 2014-04-27 21:49:45 -07:00