mirror of
https://github.com/facebook/rocksdb
synced 2026-05-24 09:29:21 +00:00
Summary: Reflect RocksDB DailyOffpeakTimeUTC option in Java API. As is standard for options, there are a number of different places where this option needs to be added: it is an option, a DB option, and it is mutable (can be changed while running). The new option is a string value. This requires an extension to the internal MutableDBOptions parse code, which received the entire options string from C++ and parses it on the Java side. Pull Request resolved: https://github.com/facebook/rocksdb/pull/13148 Reviewed By: cbi42 Differential Revision: D67870402 Pulled By: jaykorean fbshipit-source-id: 975af69773206da936d230cbadb5f69a002d92a3 |
||
|---|---|---|
| .. | ||
| main/java/org/rocksdb | ||
| test/java/org/rocksdb | ||