Package org.rocksdb
Enum Class MutableColumnFamilyOptions.MemtableOption
java.lang.Object
java.lang.Enum<MutableColumnFamilyOptions.MemtableOption>
org.rocksdb.MutableColumnFamilyOptions.MemtableOption
- All Implemented Interfaces:
Serializable,Comparable<MutableColumnFamilyOptions.MemtableOption>,Constable,MutableOptionKey
- Enclosing class:
MutableColumnFamilyOptions
public static enum MutableColumnFamilyOptions.MemtableOption
extends Enum<MutableColumnFamilyOptions.MemtableOption>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface org.rocksdb.MutableOptionKey
MutableOptionKey.ValueType -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Deprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface org.rocksdb.MutableOptionKey
name
-
Enum Constant Details
-
write_buffer_size
-
arena_block_size
-
memtable_prefix_bloom_size_ratio
-
memtable_whole_key_filtering
-
memtable_prefix_bloom_bits
@Deprecated public static final MutableColumnFamilyOptions.MemtableOption memtable_prefix_bloom_bitsDeprecated. -
memtable_prefix_bloom_probes
@Deprecated public static final MutableColumnFamilyOptions.MemtableOption memtable_prefix_bloom_probesDeprecated. -
memtable_huge_page_size
-
max_successive_merges
-
filter_deletes
Deprecated. -
max_write_buffer_number
-
inplace_update_num_locks
-
experimental_mempurge_threshold
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getValueType
- Specified by:
getValueTypein interfaceMutableOptionKey
-