Uses of Class
com.oracle.bmc.databasemanagement.model.TablespaceSummary.DefaultInMemoryService
-
Packages that use TablespaceSummary.DefaultInMemoryService Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of TablespaceSummary.DefaultInMemoryService in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return TablespaceSummary.DefaultInMemoryService Modifier and Type Method Description static TablespaceSummary.DefaultInMemoryService
TablespaceSummary.DefaultInMemoryService. create(String key)
TablespaceSummary.DefaultInMemoryService
TablespaceSummary. getDefaultInMemoryService()
Indicates how the IM column store is populated on various instances by default for the tablespace.static TablespaceSummary.DefaultInMemoryService
TablespaceSummary.DefaultInMemoryService. valueOf(String name)
Returns the enum constant of this type with the specified name.static TablespaceSummary.DefaultInMemoryService[]
TablespaceSummary.DefaultInMemoryService. 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.DefaultInMemoryService Modifier and Type Method Description TablespaceSummary.Builder
TablespaceSummary.Builder. defaultInMemoryService(TablespaceSummary.DefaultInMemoryService defaultInMemoryService)
Indicates how the IM column store is populated on various instances by default for the tablespace.
-