Commit Graph

40 Commits (5c39d8df691a3096cf826ff639773a3dd574fcd2)

Author SHA1 Message Date
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
Siying Dong 000b9ec217 Move some logging related files to logging/ (#5387) 5 years ago
David Lai 3be9b36453 comment unused parameters to turn on -Wunused-parameter flag 6 years ago
Adam Retter db2445ad24 Brings the Java API for WriteBatch inline with the C++ API 7 years ago
Adam Retter 560e984995 Added CompactionFilterFactory support to RocksJava 7 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 7 years ago
Tomas Kolda 04d58970cb AIX and Solaris Sparc Support 7 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
Yi Wu a88677d2cf Remove ImmutableCFOptions from public API 8 years ago
sdong 32df9733d1 Add options.write_buffer_manager: control total memtable size across DB instances 8 years ago
Adam Retter e3b1e3dfa6 Expose save points in Java WriteBatch and WBWI (#1092) 8 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
sdong 35ad531be3 Seperate InternalIterator from Iterator 9 years ago
Adam Retter 98cb501bc0 Moved Java test classes into src/test/java 10 years ago
Adam Retter 3d246c89cc Abstract duplicate code on key and value slice objects into generic methods 10 years ago
Adam Retter c6e5545612 Abstractions for common write batch behaviour 10 years ago
Igor Canadi 815f638cd0 Fix java build 10 years ago
Lei Jin 8d3f8f9696 remove all remaining references to cfd->options() 10 years ago
fyrz 1fe7a4c62f [RocksJava] Test-framework integration 10 years ago
Igor Canadi 767777c2bd Turn on -Wshorten-64-to-32 and fix all the errors 10 years ago
Adam Retter d904fbbb0b Addresed comments from code review https://reviews.facebook.net/D27567 10 years ago
Adam Retter 8fb4751d50 Iterator support for Write Batches 10 years ago
fyrz c4bf07c245 [RocksJava] -WShadow improvements 10 years ago
fyrz 679a9671fe RocksJava Fix after MutableCFOptions change. 10 years ago
fyrz 18004d2f20 [RocksJava] Column family support 10 years ago
fyrz 4f5a687254 32-Bit RocksJava resolution for jlong overflows 10 years ago
fyrz b3343fdeac resolution for java build problem introduced by 5ec53f3edf 10 years ago
Ankit Gupta b93797abc4 Fix build 10 years ago
Yueh-Hsuan Chiang 94e43a1dfe [Java] Fixed 32-bit overflowing issue when converting jlong to size_t 10 years ago
Lei Jin dd641b2117 fix RocksDB java build 10 years ago
Stanislau Hlebik 45a5e3ede0 Remove path with arena==nullptr from NewInternalIterator 10 years ago
Yueh-Hsuan Chiang ab3e566699 [Java] Generalize dis-own native handle and refine dispose framework. 10 years ago
Yueh-Hsuan Chiang 9895465c6a [Java] Fixed compile error due to the removal of ReadOptions.prefix_seek, minor improvement on DbBenchmark.java. 10 years ago
Ankit Gupta a044398260 Add statistics object 11 years ago
Yueh-Hsuan Chiang 5abae2c8ed [JNI] Fixed a column family related compile error. 11 years ago
Yueh-Hsuan Chiang da0887a3dc [JNI] Add java api and java tests for WriteBatch and WriteOptions, add put() and remove() to RocksDB. 11 years ago