Interface ConfigurableRocksDBOptionsFactory

    • Method Detail

      • configure

        RocksDBOptionsFactory configure​(ReadableConfig configuration)
        Creates a variant of the options factory that applies additional configuration parameters.

        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.

        Parameters:
        configuration - The configuration to pick the values from.
        Returns:
        A reconfigured options factory.