static DistributedDatabase.Builder |
DistributedDatabase.builder() |
Create a new builder.
|
DistributedDatabase.Builder |
DistributedDatabase.Builder.catalogDetails(List<DistributedDatabaseCatalog> catalogDetails) |
Collection of catalogs associated with the Globally distributed database.
|
DistributedDatabase.Builder |
DistributedDatabase.Builder.characterSet(String characterSet) |
The character set for the database.
|
DistributedDatabase.Builder |
DistributedDatabase.Builder.chunks(Integer chunks) |
The default number of unique chunks in a shardspace.
|
DistributedDatabase.Builder |
DistributedDatabase.Builder.compartmentId(String compartmentId) |
The OCID of the
Globally distributed database compartment.
|
DistributedDatabase.Builder |
DistributedDatabase.Builder.connectionStrings(DistributedDbConnectionString connectionStrings) |
|
DistributedDatabase.Builder |
DistributedDatabase.Builder.copy(DistributedDatabase model) |
|
DistributedDatabase.Builder |
DistributedDatabase.Builder.databaseVersion(String databaseVersion) |
Oracle Database version for the shards and catalog used in Globally distributed database.
|
DistributedDatabase.Builder |
DistributedDatabase.Builder.dbBackupConfig(DistributedDbBackupConfig dbBackupConfig) |
|
DistributedDatabase.Builder |
DistributedDatabase.Builder.dbDeploymentType(DistributedDatabase.DbDeploymentType dbDeploymentType) |
The distributed database deployment type.
|
DistributedDatabase.Builder |
DistributedDatabase.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
Defined tags for this resource.
|
DistributedDatabase.Builder |
DistributedDatabase.Builder.displayName(String displayName) |
The display name of the Globally distributed database.
|
DistributedDatabase.Builder |
DistributedDatabase.Builder.freeformTags(Map<String,String> freeformTags) |
Simple key-value pair that is applied without any predefined name, type or scope.
|
DistributedDatabase.Builder |
DistributedDatabase.Builder.gsmDetails(List<DistributedDatabaseGsm> gsmDetails) |
Collection of catalogs associated with the Globally distributed database.
|
DistributedDatabase.Builder |
DistributedDatabase.Builder.gsmSshPublicKey(String gsmSshPublicKey) |
The SSH public key for Global service manager instances.
|
DistributedDatabase.Builder |
DistributedDatabase.Builder.id(String id) |
The OCID of the
Globally distributed database.
|
DistributedDatabase.Builder |
DistributedDatabase.Builder.latestGsmImageDetails(DistributedDbGsmImage latestGsmImageDetails) |
|
DistributedDatabase.Builder |
DistributedDatabase.Builder.lifecycleDetails(String lifecycleDetails) |
The lifecycleDetails for the Globally distributed database.
|
DistributedDatabase.Builder |
DistributedDatabase.Builder.lifecycleState(DistributedDatabase.LifecycleState lifecycleState) |
Lifecycle states for the Globally distributed database.
|
DistributedDatabase.Builder |
DistributedDatabase.Builder.listenerPort(Integer listenerPort) |
The Global service manager listener port number for the Globally distributed database.
|
DistributedDatabase.Builder |
DistributedDatabase.Builder.listenerPortTls(Integer listenerPortTls) |
The TLS listener port number for Globally distributed database.
|
DistributedDatabase.Builder |
DistributedDatabase.Builder.metadata(DistributedDbMetadata metadata) |
|
DistributedDatabase.Builder |
DistributedDatabase.Builder.ncharacterSet(String ncharacterSet) |
The national character set for the database.
|
DistributedDatabase.Builder |
DistributedDatabase.Builder.onsPortLocal(Integer onsPortLocal) |
Ons local port number.
|
DistributedDatabase.Builder |
DistributedDatabase.Builder.onsPortRemote(Integer onsPortRemote) |
Ons remote port number.
|
DistributedDatabase.Builder |
DistributedDatabase.Builder.prefix(String prefix) |
Unique name prefix for the Globally distributed databases.
|
DistributedDatabase.Builder |
DistributedDatabase.Builder.privateEndpointIds(List<String> privateEndpointIds) |
The collection of
OCID of the
private endpoint associated with Globally distributed autonomous database.
|
DistributedDatabase.Builder |
DistributedDatabase.Builder.replicationFactor(Integer replicationFactor) |
The Replication factor for RAFT replication based Globally distributed database.
|
DistributedDatabase.Builder |
DistributedDatabase.Builder.replicationMethod(DistributedDatabase.ReplicationMethod replicationMethod) |
The Replication method for Globally distributed database.
|
DistributedDatabase.Builder |
DistributedDatabase.Builder.replicationUnit(Integer replicationUnit) |
For RAFT replication based Globally distributed database, the value should be atleast
twice the number of shards.
|
DistributedDatabase.Builder |
DistributedDatabase.Builder.shardDetails(List<DistributedDatabaseShard> shardDetails) |
Collection of shards associated with the Globally distributed database.
|
DistributedDatabase.Builder |
DistributedDatabase.Builder.shardingMethod(DistributedDatabase.ShardingMethod shardingMethod) |
Sharding Methods for the Globally distributed database.
|
DistributedDatabase.Builder |
DistributedDatabase.Builder.systemTags(Map<String,Map<String,Object>> systemTags) |
Usage of system tag keys.
|
DistributedDatabase.Builder |
DistributedDatabase.Builder.timeCreated(Date timeCreated) |
The time the Globally distributed database was created.
|
DistributedDatabase.Builder |
DistributedDatabase.Builder.timeUpdated(Date timeUpdated) |
The time the Globally distributed database was last updated.
|
DistributedDatabase.Builder |
DistributedDatabase.toBuilder() |
|