public static enum Tablespace.DefaultInMemoryPriority extends Enum<Tablespace.DefaultInMemoryPriority> implements BmcEnum
Indicates the default priority for In-Memory Column Store (IM column store) population for the tablespace.
Enum Constant and Description |
---|
Critical |
High |
Low |
Medium |
None |
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.DefaultInMemoryPriority |
create(String key) |
String |
getValue() |
static Tablespace.DefaultInMemoryPriority |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tablespace.DefaultInMemoryPriority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Tablespace.DefaultInMemoryPriority Low
public static final Tablespace.DefaultInMemoryPriority Medium
public static final Tablespace.DefaultInMemoryPriority High
public static final Tablespace.DefaultInMemoryPriority Critical
public static final Tablespace.DefaultInMemoryPriority None
public static final Tablespace.DefaultInMemoryPriority UnknownEnumValue
public static Tablespace.DefaultInMemoryPriority[] values()
for (Tablespace.DefaultInMemoryPriority c : Tablespace.DefaultInMemoryPriority.values()) System.out.println(c);
public static Tablespace.DefaultInMemoryPriority 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.DefaultInMemoryPriority create(String key)
Copyright © 2016–2024. All rights reserved.