Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
DatabasePlanDirective.Builder |
DatabasePlanDirective.Builder.allocation(Integer allocation)
The resource allocation as a percentage (0-100) within the level.
|
DatabasePlanDirective.Builder |
DatabasePlanDirective.Builder.asmCluster(String asmCluster)
Starting with Oracle Exadata System Software release 19.1.0, you can use the asmcluster
attribute to distinguish between databases with the same name running in different Oracle
ASM clusters.
|
static DatabasePlanDirective.Builder |
DatabasePlanDirective.builder()
Create a new builder.
|
DatabasePlanDirective.Builder |
DatabasePlanDirective.Builder.copy(DatabasePlanDirective model) |
DatabasePlanDirective.Builder |
DatabasePlanDirective.Builder.flashCacheLimit(String flashCacheLimit)
Defines a soft limit for space usage in Exadata Smart Flash Cache.
|
DatabasePlanDirective.Builder |
DatabasePlanDirective.Builder.flashCacheMin(String flashCacheMin)
Specifies a minimum guaranteed space allocation in Exadata Smart Flash Cache.
|
DatabasePlanDirective.Builder |
DatabasePlanDirective.Builder.flashCacheSize(String flashCacheSize)
Defines a hard limit for space usage in Exadata Smart Flash Cache.
|
DatabasePlanDirective.Builder |
DatabasePlanDirective.Builder.isFlashCacheOn(Boolean isFlashCacheOn)
Controls use of Exadata Smart Flash Cache by a database.
|
DatabasePlanDirective.Builder |
DatabasePlanDirective.Builder.isFlashLogOn(Boolean isFlashLogOn)
Controls use of Exadata Smart Flash Log by a database.
|
DatabasePlanDirective.Builder |
DatabasePlanDirective.Builder.isPmemCacheOn(Boolean isPmemCacheOn)
Controls use of the persistent memory (PMEM) cache by a database.
|
DatabasePlanDirective.Builder |
DatabasePlanDirective.Builder.isPmemLogOn(Boolean isPmemLogOn)
Controls use of persistent memory logging (PMEM log) by a database.
|
DatabasePlanDirective.Builder |
DatabasePlanDirective.Builder.level(Integer level)
The allocation level.
|
DatabasePlanDirective.Builder |
DatabasePlanDirective.Builder.limit(Integer limit)
The maximum I/O utilization limit as a percentage of the available resources.
|
DatabasePlanDirective.Builder |
DatabasePlanDirective.Builder.name(String name)
The name of a database or a profile.
|
DatabasePlanDirective.Builder |
DatabasePlanDirective.Builder.pmemCacheLimit(String pmemCacheLimit)
Defines a soft limit for space usage in the persistent memory (PMEM) cache.
|
DatabasePlanDirective.Builder |
DatabasePlanDirective.Builder.pmemCacheMin(String pmemCacheMin)
Specifies a minimum guaranteed space allocation in the persistent memory (PMEM) cache.
|
DatabasePlanDirective.Builder |
DatabasePlanDirective.Builder.pmemCacheSize(String pmemCacheSize)
Defines a hard limit for space usage in the persistent memory (PMEM) cache.
|
DatabasePlanDirective.Builder |
DatabasePlanDirective.Builder.role(DatabasePlanRoleEnum role)
Enables you to specify different plan directives based on the Oracle Data Guard database
role.
|
DatabasePlanDirective.Builder |
DatabasePlanDirective.Builder.share(Integer share)
The relative priority of a database in the database plan.
|
DatabasePlanDirective.Builder |
DatabasePlanDirective.toBuilder() |
DatabasePlanDirective.Builder |
DatabasePlanDirective.Builder.type(DatabasePlanTypeEnum type)
Enables you to create a profile or template, to ease management and configuration of
resource plans in environments with many databases.
|
Copyright © 2016–2024. All rights reserved.