Commit Graph

65 Commits (8d3cb4f207ad4f541be26c1daf451999833bc14f)

Author SHA1 Message Date
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
Adam Retter 5e25274110 Fix code style problems identified by lint 10 years ago
Adam Retter fc12cb83f2 Add locking to comparator jni callback methods which must be thread-safe 10 years ago
Adam Retter d6fe8dacc8 Feature - Implement Java API for Comparator and Slice. Allows use of 10 years ago
fyrz bafbc23baa Filters getting disposed by System.gc before EOL 10 years ago
fyrz 18004d2f20 [RocksJava] Column family support 10 years ago
fyrz 4f5a687254 32-Bit RocksJava resolution for jlong overflows 10 years ago
Yueh-Hsuan Chiang 94e43a1dfe [Java] Fixed 32-bit overflowing issue when converting jlong to size_t 10 years ago
Yueh-Hsuan Chiang 6e7e3e45ff [Java] Update header inclusion of utilities files 10 years ago
Ankit Gupta 0a4d930264 Caching methodId and fieldId is fine: v2 10 years ago
Ankit Gupta b6caaea9d3 Caching methodId and fieldId is fine 10 years ago
Ankit Gupta 4216ca36ae Class IDs and method IDs should not be cached 10 years ago
Ankit Gupta e87973cde1 Removing code from portal.h for setting handle of RestoreOptions and RestoreBackupableDB 10 years ago
Ankit Gupta cf0b773a29 Add more options to backupable DB 11 years ago
Yueh-Hsuan Chiang d14581f936 [Java] Rename org.rocksdb.Iterator to org.rocksdb.RocksIterator. 11 years ago
Ankit Gupta 3f8b4129ef Fix formatting 11 years ago
Ankit Gupta e96e71becf Multi-get impl and formatting 11 years ago
Ankit Gupta 89cb481aa1 Fix doc 11 years ago
Ankit Gupta 5e797cf0dd Change filter implementation 11 years ago