mirror of
https://github.com/facebook/rocksdb
synced 2026-05-24 09:29:21 +00:00
Summary: This address https://github.com/facebook/rocksdb/issues/11277. Java native library is not anymore loaded until the code is first used. It should allow to manually load native library from different location with `RocksDB#loadLibrary(List<java.lang.String>)` Pull Request resolved: https://github.com/facebook/rocksdb/pull/11919 Reviewed By: jaykorean Differential Revision: D50103182 Pulled By: ltamasi fbshipit-source-id: 6090b529c7299b032f4e93cd0c3025a60f58652f |
||
|---|---|---|
| .. | ||
| benchmark/src/main/java/org/rocksdb/benchmark | ||
| crossbuild | ||
| jmh | ||
| rocksjni | ||
| samples/src/main/java | ||
| src | ||
| CMakeLists.txt | ||
| GetBenchmarks.md | ||
| HISTORY-JAVA.md | ||
| jdb_bench.sh | ||
| Makefile | ||
| pom.xml.template | ||
| RELEASE.md | ||
| understanding_options.md | ||