Package org.rocksdb

Class AbstractMutableOptions

java.lang.Object
org.rocksdb.AbstractMutableOptions
Direct Known Subclasses:
MutableColumnFamilyOptions, MutableDBOptions

public class AbstractMutableOptions extends Object
This class is not strictly abstract in Java language terms, so we do not declare it as such. The name remains AbstractMutableOptions to reflect the underlying C++ name. The constructor is protected, so it will always be used as a base class.
  • Field Details

  • Constructor Details

    • AbstractMutableOptions

      protected AbstractMutableOptions(String[] keys, String[] values)
      User must use builder pattern, or parser.
      Parameters:
      keys - the keys
      values - the values
  • Method Details

    • toString

      public String toString()
      Returns a string representation of MutableOptions which is suitable for consumption by #parse(String).
      Overrides:
      toString in class Object
      Returns:
      String representation of MutableOptions