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 and 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.
|
Modifier and Type | Method and 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.
|
public static final Tablespace.DefaultInMemoryCompression NoMemcompress
public static final Tablespace.DefaultInMemoryCompression ForDml
public static final Tablespace.DefaultInMemoryCompression ForQueryLow
public static final Tablespace.DefaultInMemoryCompression ForQueryHigh
public static final Tablespace.DefaultInMemoryCompression ForCapacityLow
public static final Tablespace.DefaultInMemoryCompression ForCapacityHigh
public static final Tablespace.DefaultInMemoryCompression UnknownEnumValue
public static Tablespace.DefaultInMemoryCompression[] values()
for (Tablespace.DefaultInMemoryCompression c : Tablespace.DefaultInMemoryCompression.values()) System.out.println(c);
public static Tablespace.DefaultInMemoryCompression valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static Tablespace.DefaultInMemoryCompression create(String key)
Copyright © 2016–2024. All rights reserved.