mirror of
https://github.com/facebook/rocksdb.git
synced 2024-11-26 07:30:54 +00:00
[RocksJava] Add missing JavaDoc annotations
This commit is contained in:
parent
51da3aab4a
commit
46443bfa94
|
@ -506,6 +506,10 @@ public interface ColumnFamilyOptionsInterface {
|
|||
* <p><strong>Caution</strong>: this option is experimental</p>
|
||||
*
|
||||
* <p>Default: false</p>
|
||||
*
|
||||
* @param enableLevelCompactionDynamicLevelBytes boolean value indicating
|
||||
* if {@code LevelCompactionDynamicLevelBytes} shall be enabled.
|
||||
* @return the reference to the current option.
|
||||
*/
|
||||
Object setLevelCompactionDynamicLevelBytes(
|
||||
boolean enableLevelCompactionDynamicLevelBytes);
|
||||
|
|
Loading…
Reference in a new issue