Package org.rocksdb

Class MutableColumnFamilyOptions

    • Method Detail

      • parse

        public static MutableColumnFamilyOptions.MutableColumnFamilyOptionsBuilder parse​(java.lang.String str)
        Parses a String representation of MutableColumnFamilyOptions 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 column family options
        Returns:
        A builder for the mutable column family options