Enum Tablespace.DefaultInMemoryCompression
- java.lang.Object
-
- java.lang.Enum<Tablespace.DefaultInMemoryCompression>
-
- com.oracle.bmc.databasemanagement.model.Tablespace.DefaultInMemoryCompression
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<Tablespace.DefaultInMemoryCompression>
- Enclosing class:
- Tablespace
public static enum Tablespace.DefaultInMemoryCompression extends Enum<Tablespace.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 Tablespace.DefaultInMemoryCompression
create(String key)
String
getValue()
static Tablespace.DefaultInMemoryCompression
valueOf(String name)
Returns the enum constant of this type with the specified name.static Tablespace.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 Tablespace.DefaultInMemoryCompression NoMemcompress
-
ForDml
public static final Tablespace.DefaultInMemoryCompression ForDml
-
ForQueryLow
public static final Tablespace.DefaultInMemoryCompression ForQueryLow
-
ForQueryHigh
public static final Tablespace.DefaultInMemoryCompression ForQueryHigh
-
ForCapacityLow
public static final Tablespace.DefaultInMemoryCompression ForCapacityLow
-
ForCapacityHigh
public static final Tablespace.DefaultInMemoryCompression ForCapacityHigh
-
UnknownEnumValue
public static final Tablespace.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 Tablespace.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 (Tablespace.DefaultInMemoryCompression c : Tablespace.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 Tablespace.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 Tablespace.DefaultInMemoryCompression create(String key)
-
-