Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static Tablespace.DefaultInMemoryDistribute |
Tablespace.DefaultInMemoryDistribute.create(String key) |
Tablespace.DefaultInMemoryDistribute |
Tablespace.getDefaultInMemoryDistribute()
Indicates how the IM column store is distributed by default for the tablespace in an Oracle
Real Application Clusters (Oracle RAC) environment.
|
static Tablespace.DefaultInMemoryDistribute |
Tablespace.DefaultInMemoryDistribute.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tablespace.DefaultInMemoryDistribute[] |
Tablespace.DefaultInMemoryDistribute.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.defaultInMemoryDistribute(Tablespace.DefaultInMemoryDistribute defaultInMemoryDistribute)
Indicates how the IM column store is distributed by default for the tablespace in an
Oracle Real Application Clusters (Oracle RAC) environment.
|
Copyright © 2016–2024. All rights reserved.