rocksdb/java
Yueh-Hsuan Chiang 5abae2c8ed [JNI] Fixed a column family related compile error.
Summary:
Fixed the following column family related compile error.

./java/rocksjni/write_batch.cc:211:66: error: cannot initialize a parameter of type 'rocksdb::ColumnFamilyMemTables *' with an lvalue of type 'rocksdb::MemTable *'
  rocksdb::Status s = rocksdb::WriteBatchInternal::InsertInto(b, mem, &options);
                                                                   ^~~

Test Plan:
make jni
make jtest

Reviewers: igor, haobo

CC: leveldb

Differential Revision: https://reviews.facebook.net/D17577
2014-04-08 09:54:59 -07:00
..
org/rocksdb [JNI] Improve the internal interface between java and c++ for basic db operations. 2014-04-02 22:23:04 -07:00
rocksjni [JNI] Fixed a column family related compile error. 2014-04-08 09:54:59 -07:00
Makefile [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
RocksDBSample.java [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