public interface RocksDBConfigSetter
Modifier and Type | Method and Description |
---|---|
void |
setConfig(String storeName,
org.rocksdb.Options options,
Map<String,Object> configs)
Set the rocks db options for the provided storeName.
|
void setConfig(String storeName, org.rocksdb.Options options, Map<String,Object> configs)
storeName
- the name of the store being configuredoptions
- the Rocks DB optionsconfigs
- the configuration supplied to StreamsConfig