Uses of Class
com.oracle.bmc.databasemanagement.model.Tablespace.DefaultInMemoryDistribute
-
Packages that use Tablespace.DefaultInMemoryDistribute Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of Tablespace.DefaultInMemoryDistribute in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return Tablespace.DefaultInMemoryDistribute Modifier and Type Method 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.Methods in com.oracle.bmc.databasemanagement.model with parameters of type Tablespace.DefaultInMemoryDistribute Modifier and Type Method 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.
-