Zakelly commented on a change in pull request #17874:
URL: https://github.com/apache/flink/pull/17874#discussion_r758911845
##########
File path:
flink-state-backends/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBResourceContainer.java
##########
@@ -245,6 +268,121 @@ private boolean
overwriteFilterIfExist(BlockBasedTableConfig blockBasedTableConf
return true;
}
+ /** Create a {@link DBOptions} for RocksDB, including some common
settings. */
+ DBOptions createDBOptions() {
Review comment:
I leave it in package-private scope since it is used by the javadoc of
`PredefinedOptions` .
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]