rocksdb/java/rocksjni
Yueh-Hsuan Chiang 51f4b5090d [Java] Add SizeUnit in org.rocksdb.util to store const like KB, GB.
Summary:
* Add a class SizeUnit to store frequently used consts.  Currently
  it has KB, MB, GB, TB, and PB.

* Change the parameter type of Options.writeBufferSize and Options.blockSize
  from int to long.

Test Plan:
make rocksdbjava
make jtest

Reviewers: haobo, ankgup87, sdong, dhruba

Reviewed By: haobo

CC: leveldb

Differential Revision: https://reviews.facebook.net/D17703
2014-04-14 14:03:43 -07:00
..
options.cc [Java] Add SizeUnit in org.rocksdb.util to store const like KB, GB. 2014-04-14 14:03:43 -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 [JAVA] Add java binding for Options.block_cache. 2014-04-14 13:42:36 -07:00
write_batch.cc [JNI] Fixed a column family related compile error. 2014-04-08 09:54:59 -07:00