Enum TablespaceSummary.DefaultInMemoryCompression
- java.lang.Object
-
- java.lang.Enum<TablespaceSummary.DefaultInMemoryCompression>
-
- com.oracle.bmc.databasemanagement.model.TablespaceSummary.DefaultInMemoryCompression
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<TablespaceSummary.DefaultInMemoryCompression>
- Enclosing class:
- TablespaceSummary
public static enum TablespaceSummary.DefaultInMemoryCompression extends Enum<TablespaceSummary.DefaultInMemoryCompression> implements BmcEnum
Indicates the default compression level for the IM column store for the tablespace.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ForCapacityHigh
ForCapacityLow
ForDml
ForQueryHigh
ForQueryLow
NoMemcompress
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TablespaceSummary.DefaultInMemoryCompression
create(String key)
String
getValue()
static TablespaceSummary.DefaultInMemoryCompression
valueOf(String name)
Returns the enum constant of this type with the specified name.static TablespaceSummary.DefaultInMemoryCompression[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
NoMemcompress
public static final TablespaceSummary.DefaultInMemoryCompression NoMemcompress
-
ForDml
public static final TablespaceSummary.DefaultInMemoryCompression ForDml
-
ForQueryLow
public static final TablespaceSummary.DefaultInMemoryCompression ForQueryLow
-
ForQueryHigh
public static final TablespaceSummary.DefaultInMemoryCompression ForQueryHigh
-
ForCapacityLow
public static final TablespaceSummary.DefaultInMemoryCompression ForCapacityLow
-
ForCapacityHigh
public static final TablespaceSummary.DefaultInMemoryCompression ForCapacityHigh
-
UnknownEnumValue
public static final TablespaceSummary.DefaultInMemoryCompression UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static TablespaceSummary.DefaultInMemoryCompression[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (TablespaceSummary.DefaultInMemoryCompression c : TablespaceSummary.DefaultInMemoryCompression.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static TablespaceSummary.DefaultInMemoryCompression valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static TablespaceSummary.DefaultInMemoryCompression create(String key)
-
-