Uses of Class
com.oracle.bmc.globallydistributeddatabase.model.CreateDedicatedShardedDatabase.ShardingMethod
-
Packages that use CreateDedicatedShardedDatabase.ShardingMethod Package Description com.oracle.bmc.globallydistributeddatabase.model -
-
Uses of CreateDedicatedShardedDatabase.ShardingMethod in com.oracle.bmc.globallydistributeddatabase.model
Methods in com.oracle.bmc.globallydistributeddatabase.model that return CreateDedicatedShardedDatabase.ShardingMethod Modifier and Type Method 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.Methods in com.oracle.bmc.globallydistributeddatabase.model with parameters of type CreateDedicatedShardedDatabase.ShardingMethod Modifier and Type Method Description CreateDedicatedShardedDatabase.Builder
CreateDedicatedShardedDatabase.Builder. shardingMethod(CreateDedicatedShardedDatabase.ShardingMethod shardingMethod)
Sharding Method.Constructors in com.oracle.bmc.globallydistributeddatabase.model with parameters of type CreateDedicatedShardedDatabase.ShardingMethod Constructor 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.
-