public static enum Tablespace.DefaultInMemoryService extends Enum<Tablespace.DefaultInMemoryService> implements BmcEnum
Indicates how the IM column store is populated on various instances by default for the tablespace.
Enum Constant and Description |
---|
All |
Default |
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.
|
UserDefined |
Modifier and Type | Method and Description |
---|---|
static Tablespace.DefaultInMemoryService |
create(String key) |
String |
getValue() |
static Tablespace.DefaultInMemoryService |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tablespace.DefaultInMemoryService[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Tablespace.DefaultInMemoryService Default
public static final Tablespace.DefaultInMemoryService None
public static final Tablespace.DefaultInMemoryService All
public static final Tablespace.DefaultInMemoryService UserDefined
public static final Tablespace.DefaultInMemoryService UnknownEnumValue
public static Tablespace.DefaultInMemoryService[] values()
for (Tablespace.DefaultInMemoryService c : Tablespace.DefaultInMemoryService.values()) System.out.println(c);
public static Tablespace.DefaultInMemoryService 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.DefaultInMemoryService create(String key)
Copyright © 2016–2024. All rights reserved.