Commit Graph

153 Commits (dc5de45af8fc1bcc90edea5cd9a5695bd85a8baf)

Author SHA1 Message Date
Adam Retter 1a8eec461b Remove invalid RocksJava native entry (#9147) 3 years ago
Alan Paxton ec9082d698 Regression tests for tickets fixed by previous change. (#9019) 3 years ago
Alan Paxton 8d615a2b1d New-style blob option bindings, Java option getter and improve/fix option parsing (#8999) 3 years ago
Alan Paxton 86cf7266c3 keyMayExist() supports ByteBuffer (#9013) 3 years ago
Alan Paxton f5526af8ed Fix multiget throwing NPE for num of keys > 70k (#9012) 3 years ago
Xiaopeng Zhang c603f2f898 support getUsage and getPinnedUsage in JavaAPI for Cache (#7925) 3 years ago
Adam Retter 3e6ee9f82e Update the versions of the test dependencies used for RocksJava (#7805) 4 years ago
Adam Retter 29d12748b0 Fix failing RocksJava test compilation and add CI (#7769) 4 years ago
Tomasz Posluszny 6528ecc800 Add event listeners to RocksJava (#7425) 4 years ago
Tomasz Posluszny ec5add398c Implement Java API for ConcurrentTaskLimiter class and compaction_thread_limiter field in ColumnFamilyOptions (#7347) 4 years ago
Tomas Kolda cd4592c220 SST Partitioner interface that allows to split SST files (#6957) 4 years ago
Adam Retter 899e59ecb7 Add DB::OpenAsSecondary to RocksJava (#7047) 4 years ago
mrambacher 4cbc19d2a1 Add a ConfigOptions for use in comparing objects and converting to/from strings (#6389) 4 years ago
Peter Dillinger 85dbdf2586 Use an Amazon S3 bucket for downloading deps (#6526) 4 years ago
Adam Retter 0772768d07 Force Java version on Travis CI (#6512) 4 years ago
Adam Retter 7242dae7fe Improve RocksJava Comparator (#6252) 4 years ago
Peter Dillinger 90c71aa5d9 Don't download from (unreliable) maven.org (#6348) 4 years ago
Adam Retter a07a9dc904 Reduce the need to re-download dependencies (#6318) 4 years ago
Levi Tamasi b7f1b3e51c Access Maven Central over HTTPS (#6301) 5 years ago
Richard He 699e1b5ede Added support for SstFileReader JNI interface (#5556) 5 years ago
Adam Retter d1ae67bdb9 Switch Travis to Xenial build (#4789) 5 years ago
Adam Retter bb474e9a02 Add missing functionality to RocksJava (#4833) 5 years ago
Jigar Bhati a4d9aa6b18 Plumb WriteBufferManager through JNI (#4492) 6 years ago
John Calcote 9c20797136 Add UInt64AddOperator to rocksjava (#4448) 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
Adam Retter ca87aef82d Added support for SstFileManager to RocksJava 6 years ago
Adam Retter c5302a8a58 Java wrapper for Native Comparators 6 years ago
Adam Retter 2ac988c67e Add TransactionDB and OptimisticTransactionDB to the Java API 6 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
Pengchao Wang 534c255c7a Cassandra compaction filter for purge expired columns and rows 7 years ago
Daniel Black 7550255c54 Add JAVAC_ARGS as Makefile variable 7 years ago
Adam Retter 000bf0af38 Improve the design and native object management of Stats in RocksJava 7 years ago
Chen Shen cbd825deea Create a MergeOperator for Cassandra Row Value 7 years ago
Adam Retter 88c818e437 Replace deprecated RocksDB#addFile with RocksDB#ingestExternalFile 7 years ago
Tomas Kolda 04d58970cb AIX and Solaris Sparc Support 7 years ago
Daniel Black 3eab41d7c4 java dependencies test -s -> use test -d 7 years ago
Adam Retter 0ee7f04039 Added missing options to RocksJava 7 years ago
Adam Retter c6d464a9da Fixed various memory leaks and Java 8 JNI Compatibility 7 years ago
Siying Dong 257de78d9b Remove "-Xcheck:jni" from Java tests (#1402) 8 years ago
Adam Retter 5cd28833a2 [RocksJava] Adjusted RateLimiter to 3.10.0 (#1368) 8 years ago
Injun Song 7260662b39 Add Java API for SstFileWriter 8 years ago
Yi Wu 41a9070f84 Fix java makefile dependencies 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 f4d986364e Added SetOptions support to RocksJava (#1243) 8 years ago
Adam Retter 9ae92f50b2 More granular steps in the Makefile, can help with running all or single Java tests (and with ASAN build - https://github.com/facebook/rocksdb/wiki/JNI-Debugging) (#1237) 8 years ago
Andrew Kryczka 9385fd72c0 Delete deprecated backup classes in Java 8 years ago
Adam Retter 200654067a Merge pull request #1053 from adamretter/benchmark-java-comparator 8 years ago
Adam Retter 9ab269ab39 Threaded tests for WriteBatch 9 years ago