Merge pull request #551 from fyrz/RocksJava-JavaDoc-Fix
[RocksJava] Add missing JavaDoc annotations
This commit is contained in:
commit
8d8656243e
@ -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 New Issue
Block a user