Package org.rocksdb
Enum Class MutableColumnFamilyOptions.CompactionOption
java.lang.Object
java.lang.Enum<MutableColumnFamilyOptions.CompactionOption>
org.rocksdb.MutableColumnFamilyOptions.CompactionOption
- All Implemented Interfaces:
Serializable,Comparable<MutableColumnFamilyOptions.CompactionOption>,Constable,MutableOptionKey
- Enclosing class:
MutableColumnFamilyOptions
public static enum MutableColumnFamilyOptions.CompactionOption
extends Enum<MutableColumnFamilyOptions.CompactionOption>
-
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 ConstantDescription -
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
-
disable_auto_compactions
-
soft_pending_compaction_bytes_limit
-
hard_pending_compaction_bytes_limit
-
level0_file_num_compaction_trigger
-
level0_slowdown_writes_trigger
-
level0_stop_writes_trigger
-
max_compaction_bytes
-
target_file_size_base
-
target_file_size_multiplier
-
max_bytes_for_level_base
-
max_bytes_for_level_multiplier
-
max_bytes_for_level_multiplier_additional
public static final MutableColumnFamilyOptions.CompactionOption max_bytes_for_level_multiplier_additional -
ttl
-
periodic_compaction_seconds
-
-
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
-