summaryrefslogtreecommitdiff
path: root/java
AgeCommit message (Expand)Author
2024-04-09Fix exception on RocksDB.getColumnFamilyMetaData() (#12474)Radek Hubner
2024-03-15Fix regression for Javadoc jar build (#12404)Radek Hubner
2024-02-27Correct CMake Javadoc and source jar builds (#12371)Adam Retter
2024-01-17Add native logger support to RocksJava (#12213)Neil Ramaswamy
2024-01-10Add of javadoc and sources JAR to CMake build. (#12199)Radek Hubner
2024-01-02Format async io for Java API (#12192)haobo sun
2023-12-29Group SST write in flush, compaction and db open with new stats (#11910)Hui Xiao
2023-12-26Add async_io for Java API (#12184)haobo sun
2023-12-26Access SST full file checksum via RocksDB#getLiveFilesMetadata (#11770)Nicolas Pepin-Perreault
2023-12-20Add Iterator::Refresh(Snapshot*) to RocksJava (#12145)Adam Retter
2023-12-19Fix header files to meet Open source requirements (#12164)akankshamahajan
2023-12-18Add deletion-triggered compaction to RocksJava (#12028)Radek Hubner
2023-12-15Add some compressed and tiered secondary cache stats (#12150)anand76
2023-12-14Add support for linux-riscv64 (#12139)Ludovic Henry
2023-12-11Fix JNI lazy load regression. (#12133)Radek Hubner
2023-12-11Java API consistency between RocksDB.put() , .merge() and Transaction.put() ,...Alan Paxton
2023-11-27Fix JavaDoc of setCompactionReadaheadSize (#12090)Alexander Kiel
2023-11-19Add missing copyright header (#12076)Changyu Bi
2023-11-16Add HyperClockCache Java API. (#12065)Radek Hubner
2023-11-15Consider archived WALs for deletion more frequently (#12069)Andrew Kryczka
2023-11-13ColumnFamilyHandle Nullcheck in GetEntity and MultiGetEntity (#12057)Jay Huh
2023-11-10Remove the default force behavior for `EnableFileDeletion` API (#12001)Yu Zhang
2023-11-06Add jni Support for API CreateColumnFamilyWithImport (#11646)马越
2023-11-02add RocksDB#clipColumnFamily to Java API (#11868)马越
2023-10-30Remove build dependencies for java tests. (#12021)Radek Hubner
2023-10-23Add some stats to observe the usefulness of scan prefetching (#11981)anand76
2023-10-19Fix copyright header (#11986)Jay Huh
2023-10-18New tickers on deletion compactions grouped by reasons (#11957)Hui Xiao
2023-10-18Add RocksJava tests to CMake (#11756)Radek Hubner
2023-10-18Add keyExists Java API (#11705)Radek Hubner
2023-10-18Lazy load native library in Statistics constructor. (#11953)Radek Hubner
2023-10-17Perform java static checks in CI (#11221)Alan Paxton
2023-10-12java API - load block based table config (#10826)Alan Paxton
2023-10-11Add missing copyright headers to files added in PR 11805 (#11942)Levi Tamasi
2023-10-10Add PerfContext API in Java (#11805)Radek Hubner
2023-10-10Lazy load java native library (#11919)Radek Hubner
2023-08-18Implement trimming of readhead size when upper bound is specified (#11684)akankshamahajan
2023-08-08Group rocksdb.sst.read.micros stat by different user read IOActivity + misc (...Hui Xiao
2023-08-03Prepare for deprecation of Options::access_hint_on_compaction_start (#11658)Hui Xiao
2023-08-02Add an option to trigger flush when the number of range deletions reach a thr...Vardhan
2023-07-26Support switching on / off UDT together with in-Memtable-only feature (#11623)Yu Zhang
2023-06-15Make option `level_compaction_dynamic_level_bytes` true by default (#11525)Changyu Bi
2023-05-24Implement missing compactrangeoptions from Java API (#10880)Alan Paxton
2023-05-18Add `rocksdb.file.read.db.open.micros` (#11455)Hui Xiao
2023-05-17Minimal RocksJava compliance with Java 8 language level (EB 1046) (#10951)Alan Paxton
2023-05-17Change internal headers with duplicate names (#11408)Peter Dillinger
2023-05-12Add block checksum mismatch ticker stat (#11438)Andrew Kryczka
2023-05-11Support compacting files to different temperatures in FIFO compaction (#11428)Changyu Bi
2023-04-21Group rocksdb.sst.read.micros stat by IOActivity flush and compaction (#11288)Hui Xiao
2023-04-18Set -source 8 in CMAKE_JAVA_COMPILE_FLAGS (#11385)Andrew Kryczka