Commit Graph

514 Commits (912aec13c357df46309dc0b75971f7e07954b9af)

Author SHA1 Message Date
Adam Retter d346ba2468 Minor fixes around Windows 64 Java Artifacts (#1366) 8 years ago
Adam Retter 3c21c64c78 Use size hint for HashMap in multiGet. Similar to https://github.com/facebook/rocksdb/pull/1344 (#1367) 8 years ago
Tomas Kolda 13f7a01f61 Fixing JNI release build for gcc (#975) 8 years ago
Injun Song 7260662b39 Add Java API for SstFileWriter 8 years ago
Yi Wu 41a9070f84 Fix java makefile dependencies 8 years ago
Yi Wu a958c26435 Rename jvalue to jval in rocksjni 8 years ago
xh931076284 3639f32889 Fix bug in UnScSigned-off-by: xh931076284 <931076284@qq.com> (#1336) 8 years ago
Yi Wu 81747f1be6 Refactor MutableCFOptions 8 years ago
Adam Retter 22d88e24db Allow an offset as well as a length to be specified for byte[] operations in RocksJava JNI (#1264) 8 years ago
Yi Wu a88677d2cf Remove ImmutableCFOptions from public API 8 years ago
sdong 32149059f9 Merge options source_compaction_factor, max_grandparent_overlap_bytes and expanded_compaction_factor into max_compaction_bytes 8 years ago
Adam Retter f85f99bf69 Fix the Windows build of RocksDB Java. Similar to https://github.com/facebook/rocksdb/issues/1220 (#1284) 8 years ago
Adam Retter 817eeb29b4 Add singleDelete to RocksJava (#1275) 8 years ago
Adam Retter ffdf6eee19 Add Status to RocksDBException so that meaningful function result Status from the C++ API isn't lost (#1273) 8 years ago
Alexander Jipa 0b63f51fbc fixes 1215: execute_process(COMMAND mkdir ${DIR}) fails to create a directory with cmake on Windows (#1219) 8 years ago
Islam AbdelRahman dd7a748cff Fix java build 8 years ago
Adam Retter d367555027 Added further Java API options for controlling concurrent writes 8 years ago
Adam Retter ebdfe34cc4 Exposed further Java API options for controlling compaction 8 years ago
Adam Retter f4d986364e Added SetOptions support to RocksJava (#1243) 8 years ago
Adam Retter 9253767a6a Correct geHistogramData() -> getHistogramData() (#1257) 8 years ago
Adam Retter 9ae92f50b2 More granular steps in the Makefile, can help with running all or single Java tests (and with ASAN build - https://github.com/facebook/rocksdb/wiki/JNI-Debugging) (#1237) 8 years ago
Islam AbdelRahman 7c01d65344 [Fix Java] Remove duplicate cases in LoggerJniCallback::Logv 8 years ago
Adam Retter 8796934af7 Added missing Java ReadOptions settings (#1109) 8 years ago
Adam Retter 811ee21112 Bugfix to ensure that logging can be achieved from threads that are not known to the JVM (#1106) 8 years ago
Alexander Jipa ac0d93b08f fixes 1217: rocksdbjni javac and javah execute_processes fail on windows (#1218) 8 years ago
Islam AbdelRahman 8745f013ff [Fix java build] Stop using non standard std::make_unique 8 years ago
Alexander Jipa ee8bf2e41f fixes 1228: rockdbjni loadLibraryFromJarToTemp fails when file is already present (#1232) 8 years ago
Alexander Jipa 12767b3130 fixes 1220: rocksjni build fails on Windows due to variable-size array declaration (#1223) 8 years ago
Alexander Jipa 515b11ffab fixes #1210: rocksdb/java/CMakeLists.txt lacks cmake_minimum_required (#1214) 8 years ago
Alexander Jipa 876cb8bfb4 fixes #1212: rocksdbjni maven build does not escape slashes in groovy script (#1213) 8 years ago
sdong 32df9733d1 Add options.write_buffer_manager: control total memtable size across DB instances 8 years ago
sdong 7b79238b65 Deprectate filter_deletes 8 years ago
Adam Retter e3b1e3dfa6 Expose save points in Java WriteBatch and WBWI (#1092) 8 years ago
sdong 2a79af1c54 Fix Java Break Related to memtable bloom bits to size ratio change 8 years ago
sdong 20699df843 memtable_prefix_bloom_bits -> memtable_prefix_bloom_bits_ratio and deprecate memtable_prefix_bloom_probes 8 years ago
Adam Retter 972c895c35 Previously WARN level logging became FATAL level logging in the Java API (#1089) 8 years ago
Adam Retter 774a6aa296 Java API - Rename geHistogramData -> getHistogramData (#1107) 8 years ago
Adam Retter a791a2cf2d Java API - Bugfix for native linking of Compaction Filter (#1099) 8 years ago
Adam Retter 72c73cdc8b Java API - Add missing HEADER_LEVEL logging (#1104) 8 years ago
Adam Retter 4d02bfa3a6 Add support for PauseBackgroundWork and ContinueBackgroundWork to the Java API (#1087) 8 years ago
Andrew Kryczka 9385fd72c0 Delete deprecated backup classes in Java 8 years ago
Adam Retter 200654067a Merge pull request #1053 from adamretter/benchmark-java-comparator 8 years ago
Marton Trencseni 9b51987521 Adding pin_l0_filter_and_index_blocks_in_cache feature and related fixes. 8 years ago
sdong b1fafcaca6 Revert "Adding pin_l0_filter_and_index_blocks_in_cache feature." 8 years ago
sdong 5f8741a69d Revert "Fix failing Java unit test." 8 years ago
Marton Trencseni d7ae42b0f8 Fix failing Java unit test. 8 years ago
Marton Trencseni 522de4f59e Adding pin_l0_filter_and_index_blocks_in_cache feature. 8 years ago
Adam Retter 188bb2e7ad Fix formatting identified by `arc lint` 8 years ago
Adam Retter 0f2d2fcff6 Refactored tests to use try-with-resources 8 years ago
Adam Retter f8e02c7825 Deprecate org.rocksdb.AbstractNativeReference#dispose() and implement java.lang.AutoCloseable 8 years ago