Uses of Class
com.oracle.bmc.databasemanagement.model.TablespaceSummary.DefaultInMemory
-
Packages that use TablespaceSummary.DefaultInMemory Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of TablespaceSummary.DefaultInMemory in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return TablespaceSummary.DefaultInMemory Modifier and Type Method Description static TablespaceSummary.DefaultInMemory
TablespaceSummary.DefaultInMemory. create(String key)
TablespaceSummary.DefaultInMemory
TablespaceSummary. getDefaultInMemory()
Indicates whether the In-Memory Column Store (IM column store) is by default enabled or disabled for tables in the tablespace.static TablespaceSummary.DefaultInMemory
TablespaceSummary.DefaultInMemory. valueOf(String name)
Returns the enum constant of this type with the specified name.static TablespaceSummary.DefaultInMemory[]
TablespaceSummary.DefaultInMemory. 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.DefaultInMemory Modifier and Type Method Description TablespaceSummary.Builder
TablespaceSummary.Builder. defaultInMemory(TablespaceSummary.DefaultInMemory defaultInMemory)
Indicates whether the In-Memory Column Store (IM column store) is by default enabled or disabled for tables in the tablespace.
-