Skip to content

Commit

Permalink
Added SetOptions support to RocksJava (facebook#1243)
Browse files Browse the repository at this point in the history
* [refactor] Split Java ColumnFamilyOptions into mutable and immutable and implement any missing immutable options

* [feature] Implement RocksDB#setOptions
  • Loading branch information
adamretter authored and lightmark committed Aug 6, 2016
1 parent 7882cb9 commit f4d9863
Show file tree
Hide file tree
Showing 13 changed files with 2,565 additions and 458 deletions.
1 change: 1 addition & 0 deletions java/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ JAVA_TESTS = org.rocksdb.BackupableDBOptionsTest\
org.rocksdb.MemTableTest\
org.rocksdb.MergeTest\
org.rocksdb.MixedOptionsTest\
org.rocksdb.MutableColumnFamilyOptionsTest\
org.rocksdb.NativeLibraryLoaderTest\
org.rocksdb.OptionsTest\
org.rocksdb.PlainTableConfigTest\
Expand Down
Loading

0 comments on commit f4d9863

Please sign in to comment.