[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><strong>Caution</strong>: this option is experimental</p>
|
||||||
*
|
*
|
||||||
* <p>Default: false</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(
|
Object setLevelCompactionDynamicLevelBytes(
|
||||||
boolean enableLevelCompactionDynamicLevelBytes);
|
boolean enableLevelCompactionDynamicLevelBytes);
|
||||||
|
Loading…
Reference in New Issue
Block a user