public interface ConfigurableRocksDBOptionsFactory extends RocksDBOptionsFactory
Modifier and Type | Method and Description |
---|---|
RocksDBOptionsFactory |
configure(ReadableConfig configuration)
Creates a variant of the options factory that applies additional configuration parameters.
|
createColumnOptions, createDBOptions, createNativeMetricsOptions, createReadOptions, createWriteOptions
RocksDBOptionsFactory configure(ReadableConfig configuration)
If no configuration is applied, or if the method directly applies configuration values to the (mutable) options factory object, this method may return the original options factory object. Otherwise it typically returns a modified copy.
configuration
- The configuration to pick the values from.Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.