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