Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static TablespaceSummary.DefaultInMemory |
TablespaceSummary.DefaultInMemory.create(String key) |
TablespaceSummary.DefaultInMemory |
TablespaceSummary.getDefaultInMemory()
Indicates whether the In-Memory Column Store (IM column store) is by default enabled or
disabled for tables in the tablespace.
|
static TablespaceSummary.DefaultInMemory |
TablespaceSummary.DefaultInMemory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TablespaceSummary.DefaultInMemory[] |
TablespaceSummary.DefaultInMemory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TablespaceSummary.Builder |
TablespaceSummary.Builder.defaultInMemory(TablespaceSummary.DefaultInMemory defaultInMemory)
Indicates whether the In-Memory Column Store (IM column store) is by default enabled or
disabled for tables in the tablespace.
|
Copyright © 2016–2024. All rights reserved.