Commit Graph

110 Commits (be8199cdb99b2de17a7d1479a16e9944c278e51f)

Author SHA1 Message Date
Baptiste Lemaire e817bc9628 Added memtable garbage statistics (#8411) 3 years ago
Andrew Kryczka 1ba2b8a568 Add sample_for_compression results to table properties (#8139) 4 years ago
Zhichao Cao 08ec5e7321 Add the statistics and info log for Error handler (#8050) 4 years ago
Adam Retter 62afa968c2 Fix various small build issues, Java API naming (#7776) 4 years ago
Adam Retter ccbf468cb1 Small JNI improvements (#7371) 4 years ago
Tomasz Posluszny 6528ecc800 Add event listeners to RocksJava (#7425) 4 years ago
Akanksha Mahajan 38d0a365e3 Add Stats for MultiGet (#7366) 4 years ago
Aaron Kabcenell 56ed601df3 Compaction Read/Write Stats by Compaction Type (#7165) 4 years ago
Adam Retter a08f4031cb Align RocksJava BlockBasedTableOptions with C++ API (#7088) 4 years ago
Akanksha Mahajan 2677bd5967 Add logs and stats in DeleteScheduler (#6927) 4 years ago
mrambacher 4cbc19d2a1 Add a ConfigOptions for use in comparing objects and converting to/from strings (#6389) 4 years ago
sdong fdf882ded2 Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 5 years ago
Tomas Kolda e412a426d6 JNI direct buffer support for basic operations (#2283) 5 years ago
Adam Retter 7242dae7fe Improve RocksJava Comparator (#6252) 5 years ago
Maysam Yabandeh 208556ee13 WritePrepared: fix Get without snapshot (#5664) 5 years ago
Mike Kolupaev b4d7209428 Add an option to put first key of each sst block in the index (#5289) 5 years ago
Vijay Nadimpalli 931c9df886 Use separate status code for column family drop and db shutdown in progress (#5275) 5 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) 6 years ago
Adam Singer d6dfe516ff Synchronize ticker and histogram metrics for Java API (#4733) 6 years ago
Sagar Vemuri a2dec2ed08 Fix Java to C++ ticker conversions (#4719) 6 years ago
Andrew Kryczka a138e351bc Fix compatibility of public ticker stats (#4701) 6 years ago
Soli Como 5945e16dfc Divide `NO_ITERATORS` into two counters `NO_ITERATOR_CREATED` and `NO_ITERATOR_DELETE` (#4498) 6 years ago
Ben Clay c9048021ad RocksJava: memory_util support (#4446) 6 years ago
Christian Esken c7cf981a85 Add CompactRangeOptions for Java (#4220) 6 years ago
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