Commit Graph

83 Commits (4bb1e239b5d348400b682519ee74a7ee198fd38f)

Author SHA1 Message Date
Nathan VanBenschoten ef7815b803 Support range deletion tombstones in IngestExternalFile SSTs (#3778) 6 years ago
Nicolas Pépin-Perreault cfee7fb51a Allow storing metadata with backups for Java API (#4111) 6 years ago
Andrey Zagrebin e099c2dd55 check if data size exceeds java array vm limit when it is copied in jni (#3850) 6 years ago
Anand Ananthabhotla dbdaa4662e Add a stat for MultiGet keys found, update memtable hit/miss stats 7 years ago
David Lai 3be9b36453 comment unused parameters to turn on -Wunused-parameter flag 7 years ago
Adam Retter db2445ad24 Brings the Java API for WriteBatch inline with the C++ API 7 years ago
Adam Retter 2ac988c67e Add TransactionDB and OptimisticTransactionDB to the Java API 7 years ago
Adam Retter 398d72fa61 Add autotune and #getBytesPerSecond() to RocksJava RateLimiter 7 years ago
Anand Ananthabhotla fccc12f386 Add a histogram stat for memtable flush 7 years ago
Tamir Duberstein cf0d6aa007 CMake cross platform Java support and add JNI to travis 7 years ago
anand1976 d394a6bb48 Add a ticker stat for number of keys skipped during iteration 7 years ago
zawlazaw 57fcdc264a added missing subcodes and improved error message for missing enum values 7 years ago
Adam Retter 560e984995 Added CompactionFilterFactory support to RocksJava 7 years ago
Sagar Vemuri c8f3606731 Expose LoadLatestOptions, LoadOptionsFromFile and GetLatestOptionsFileName APIs in RocksJava 7 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 7 years ago
Adam Retter 000bf0af38 Improve the design and native object management of Stats in RocksJava 7 years ago
hyunwoo c7662a44a4 fixed typo 7 years ago
Adam Retter 0ee7f04039 Added missing options to RocksJava 8 years ago
Ayappan 203136e793 Fix Compilation errors when using IBM Java 8 years ago
Matteo Merli 5f65dc8778 Expose DB::DeleteRange and WriteBath::DeleteRange in Java 8 years ago
Adam Retter c6d464a9da Fixed various memory leaks and Java 8 JNI Compatibility 8 years ago
Adam Retter 85ac1a320a Fix rocksdb::Status::getState 8 years ago
Daniel Black 816c1e30ca gcc-7 requires include <functional> for std::function 8 years ago
Adam Retter 3cdfaeca3f Fixes for MSVC compilation 8 years ago
Adam Retter 24bceb0963 Java API - Implement GetFromBatch and GetFromBatchAndDB in WBWI 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
Adam Retter 72c73cdc8b Java API - Add missing HEADER_LEVEL logging (#1104) 8 years ago
Adam Retter 188bb2e7ad Fix formatting identified by `arc lint` 9 years ago
Adam Retter c5af85ecad Fix a memory leak of Slice objects from org.rocksdb.WBWIRocksIterator#entry1 9 years ago
Adam Retter 76e8beeeb9 Pass by pointer from/to Java from JNI not by object 9 years ago
Adam Retter 18eb563058 Improve the speed and synchronization around the construction of Java/JNI objects 9 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
Tomas Kolda e2972803a6 Adding support for Windows JNI build 9 years ago
Yueh-Hsuan Chiang ce21afd205 Expose the BackupEngine from the Java API 9 years ago
fyrz 004b89fba4 [RocksJava] Add compression per level to API 10 years ago
fyrz 5615e23d8c [RocksJava] 32-Bit adjustments 10 years ago
fyrz 57f2a00c6f RocksJava - JNI Logger callback 10 years ago
fyrz a3bd4142f2 [RocksJava] Logging JNI callback 10 years ago
fyrz cc0d8be011 [RocksJava] Integrated review comments (D32145) 10 years ago
fyrz b3c1331488 [RocksJava] Removed todo comment in portal.h 10 years ago
fyrz 7ffcc457ff [RocksJava] Cleanup portal.h 10 years ago
Adam Retter 3d246c89cc Abstract duplicate code on key and value slice objects into generic methods 10 years ago
Adam Retter 2d0dd8db3b Implement WBWIRocksIterator for WriteBatchWithIndex in the Java API 10 years ago
Adam Retter ef5b34dee0 Implement WriteBatchWithIndex in the Java API 10 years ago
fyrz 0aab1005f8 [RocksJava] ColumnFamilyDescriptor alignment with listColumnFamilies 10 years ago
fyrz 75010d2084 [RocksJava] ColumnFamily custom Options API extension 10 years ago
fyrz fc6fcbab9e [RocksJava] Flush functionality 10 years ago
Adam Retter 8fb4751d50 Iterator support for Write Batches 10 years ago
fyrz 94e31ac227 [RocksJava] Extend Options with DBOptions implementation [RocksJava] Included DBOptionsTest and refactored OptionsTest 10 years ago
fyrz 7e12ae5a21 [RocksJava] - BackupInfos & Restore-/BackupableDB enhancements 10 years ago