Package | Description |
---|---|
com.oracle.bmc.globallydistributeddatabase.model |
Modifier and Type | Method and Description |
---|---|
static CreateDedicatedShardedDatabase.ShardingMethod |
CreateDedicatedShardedDatabase.ShardingMethod.create(String key) |
CreateDedicatedShardedDatabase.ShardingMethod |
CreateDedicatedShardedDatabase.getShardingMethod()
Sharding Method.
|
static CreateDedicatedShardedDatabase.ShardingMethod |
CreateDedicatedShardedDatabase.ShardingMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateDedicatedShardedDatabase.ShardingMethod[] |
CreateDedicatedShardedDatabase.ShardingMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateDedicatedShardedDatabase.Builder |
CreateDedicatedShardedDatabase.Builder.shardingMethod(CreateDedicatedShardedDatabase.ShardingMethod shardingMethod)
Sharding Method.
|
Constructor and Description |
---|
CreateDedicatedShardedDatabase(String compartmentId,
String displayName,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
DedicatedShardedDatabase.ReplicationMethod replicationMethod,
Integer replicationFactor,
Integer replicationUnit,
String clusterCertificateCommonName,
Integer chunks,
CreateDedicatedShardedDatabase.DbWorkload dbWorkload,
CreateDedicatedShardedDatabase.ShardingMethod shardingMethod,
String dbVersion,
String characterSet,
String ncharacterSet,
Integer listenerPort,
Integer listenerPortTls,
Integer onsPortLocal,
Integer onsPortRemote,
String prefix,
List<CreateDedicatedShardDetail> shardDetails,
List<CreateDedicatedCatalogDetail> catalogDetails)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.