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