Commit Graph

96 Commits (79cc8dc29b9528ad7d96a9a323b344c2b03ec347)

Author SHA1 Message Date
Maysam Yabandeh 208556ee13 WritePrepared: fix Get without snapshot (#5664) 6 years ago
Mike Kolupaev b4d7209428 Add an option to put first key of each sst block in the index (#5289) 6 years ago
Vijay Nadimpalli 931c9df886 Use separate status code for column family drop and db shutdown in progress (#5275) 6 years ago
Zhongyi Xie baa5302447 Avoid double-compacting data in bottom level in manual compactions (#5138) 6 years ago
Adam Retter bb474e9a02 Add missing functionality to RocksJava (#4833) 6 years ago
Zhongyi Xie c4f5d0aa15 add GetStatsHistory to retrieve stats snapshots (#4748) 6 years ago
Adam Singer a914a1c6dc Add `getMin`, `getMax`, `getCount`, `getSum` to `HistogramData` class object. (#4742) 7 years ago
Adam Singer d6dfe516ff Synchronize ticker and histogram metrics for Java API (#4733) 7 years ago
Sagar Vemuri a2dec2ed08 Fix Java to C++ ticker conversions (#4719) 7 years ago
Andrew Kryczka a138e351bc Fix compatibility of public ticker stats (#4701) 7 years ago
Soli Como 5945e16dfc Divide `NO_ITERATORS` into two counters `NO_ITERATOR_CREATED` and `NO_ITERATOR_DELETE` (#4498) 7 years ago
Ben Clay c9048021ad RocksJava: memory_util support (#4446) 7 years ago
Christian Esken c7cf981a85 Add CompactRangeOptions for Java (#4220) 7 years ago
Nathan VanBenschoten ef7815b803 Support range deletion tombstones in IngestExternalFile SSTs (#3778) 7 years ago
Nicolas Pépin-Perreault cfee7fb51a Allow storing metadata with backups for Java API (#4111) 7 years ago
Andrey Zagrebin e099c2dd55 check if data size exceeds java array vm limit when it is copied in jni (#3850) 7 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 8 years ago
Anand Ananthabhotla fccc12f386 Add a histogram stat for memtable flush 8 years ago
Tamir Duberstein cf0d6aa007 CMake cross platform Java support and add JNI to travis 8 years ago
anand1976 d394a6bb48 Add a ticker stat for number of keys skipped during iteration 8 years ago
zawlazaw 57fcdc264a added missing subcodes and improved error message for missing enum values 8 years ago
Adam Retter 560e984995 Added CompactionFilterFactory support to RocksJava 8 years ago
Sagar Vemuri c8f3606731 Expose LoadLatestOptions, LoadOptionsFromFile and GetLatestOptionsFileName APIs in RocksJava 8 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 8 years ago
Adam Retter 000bf0af38 Improve the design and native object management of Stats in RocksJava 8 years ago
hyunwoo c7662a44a4 fixed typo 8 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 9 years ago
Daniel Black 816c1e30ca gcc-7 requires include <functional> for std::function 9 years ago
Adam Retter 3cdfaeca3f Fixes for MSVC compilation 9 years ago
Adam Retter 24bceb0963 Java API - Implement GetFromBatch and GetFromBatchAndDB in WBWI 9 years ago
Adam Retter ffdf6eee19 Add Status to RocksDBException so that meaningful function result Status from the C++ API isn't lost (#1273) 9 years ago
Adam Retter 72c73cdc8b Java API - Add missing HEADER_LEVEL logging (#1104) 9 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 10 years ago
Adam Retter 76e8beeeb9 Pass by pointer from/to Java from JNI not by object 10 years ago
Adam Retter 18eb563058 Improve the speed and synchronization around the construction of Java/JNI objects 10 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 10 years ago
Tomas Kolda e2972803a6 Adding support for Windows JNI build 10 years ago
Yueh-Hsuan Chiang ce21afd205 Expose the BackupEngine from the Java API 10 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