Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static Tablespace.DefaultInMemoryPriority |
Tablespace.DefaultInMemoryPriority.create(String key) |
Tablespace.DefaultInMemoryPriority |
Tablespace.getDefaultInMemoryPriority()
Indicates the default priority for In-Memory Column Store (IM column store) population for
the tablespace.
|
static Tablespace.DefaultInMemoryPriority |
Tablespace.DefaultInMemoryPriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tablespace.DefaultInMemoryPriority[] |
Tablespace.DefaultInMemoryPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Tablespace.Builder |
Tablespace.Builder.defaultInMemoryPriority(Tablespace.DefaultInMemoryPriority defaultInMemoryPriority)
Indicates the default priority for In-Memory Column Store (IM column store) population
for the tablespace.
|
Copyright © 2016–2023. All rights reserved.