Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static Tablespace.DefaultInMemoryCompression |
Tablespace.DefaultInMemoryCompression.create(String key) |
Tablespace.DefaultInMemoryCompression |
Tablespace.getDefaultInMemoryCompression()
Indicates the default compression level for the IM column store for the tablespace.
|
static Tablespace.DefaultInMemoryCompression |
Tablespace.DefaultInMemoryCompression.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tablespace.DefaultInMemoryCompression[] |
Tablespace.DefaultInMemoryCompression.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.defaultInMemoryCompression(Tablespace.DefaultInMemoryCompression defaultInMemoryCompression)
Indicates the default compression level for the IM column store for the tablespace.
|
Copyright © 2016–2024. All rights reserved.