Uses of Class
com.oracle.bmc.databasemanagement.model.TablespaceSummary.DefaultInMemoryDistribute
-
Packages that use TablespaceSummary.DefaultInMemoryDistribute Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of TablespaceSummary.DefaultInMemoryDistribute in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return TablespaceSummary.DefaultInMemoryDistribute Modifier and Type Method Description static TablespaceSummary.DefaultInMemoryDistribute
TablespaceSummary.DefaultInMemoryDistribute. create(String key)
TablespaceSummary.DefaultInMemoryDistribute
TablespaceSummary. getDefaultInMemoryDistribute()
Indicates how the IM column store is distributed by default for the tablespace in an Oracle Real Application Clusters (Oracle RAC) environment.static TablespaceSummary.DefaultInMemoryDistribute
TablespaceSummary.DefaultInMemoryDistribute. valueOf(String name)
Returns the enum constant of this type with the specified name.static TablespaceSummary.DefaultInMemoryDistribute[]
TablespaceSummary.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 TablespaceSummary.DefaultInMemoryDistribute Modifier and Type Method Description TablespaceSummary.Builder
TablespaceSummary.Builder. defaultInMemoryDistribute(TablespaceSummary.DefaultInMemoryDistribute defaultInMemoryDistribute)
Indicates how the IM column store is distributed by default for the tablespace in an Oracle Real Application Clusters (Oracle RAC) environment.
-