Package org.rocksdb

Class MutableDBOptions

    • Method Detail

      • parse

        public static MutableDBOptions.MutableDBOptionsBuilder parse​(java.lang.String str)
        Parses a String representation of MutableDBOptions The format is: key1=value1;key2=value2;key3=value3 etc For int[] values, each int should be separated by a comma, e.g. key1=value1;intArrayKey1=1,2,3
        Parameters:
        str - The string representation of the mutable db options
        Returns:
        A builder for the mutable db options