Uses of Class
com.oracle.bmc.distributeddatabase.model.CreateDistributedDatabaseDetails.ShardingMethod
-
Packages that use CreateDistributedDatabaseDetails.ShardingMethod Package Description com.oracle.bmc.distributeddatabase.model -
-
Uses of CreateDistributedDatabaseDetails.ShardingMethod in com.oracle.bmc.distributeddatabase.model
Methods in com.oracle.bmc.distributeddatabase.model that return CreateDistributedDatabaseDetails.ShardingMethod Modifier and Type Method Description static CreateDistributedDatabaseDetails.ShardingMethod
CreateDistributedDatabaseDetails.ShardingMethod. create(String key)
CreateDistributedDatabaseDetails.ShardingMethod
CreateDistributedDatabaseDetails. getShardingMethod()
Sharding Methods for the Globally distributed database.static CreateDistributedDatabaseDetails.ShardingMethod
CreateDistributedDatabaseDetails.ShardingMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreateDistributedDatabaseDetails.ShardingMethod[]
CreateDistributedDatabaseDetails.ShardingMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.distributeddatabase.model with parameters of type CreateDistributedDatabaseDetails.ShardingMethod Modifier and Type Method Description CreateDistributedDatabaseDetails.Builder
CreateDistributedDatabaseDetails.Builder. shardingMethod(CreateDistributedDatabaseDetails.ShardingMethod shardingMethod)
Sharding Methods for the Globally distributed database.Constructors in com.oracle.bmc.distributeddatabase.model with parameters of type CreateDistributedDatabaseDetails.ShardingMethod Constructor Description CreateDistributedDatabaseDetails(String compartmentId, String displayName, String databaseVersion, String prefix, List<String> privateEndpointIds, CreateDistributedDatabaseDetails.ShardingMethod shardingMethod, String characterSet, String ncharacterSet, Integer chunks, Integer listenerPort, Integer listenerPortTls, Integer onsPortLocal, Integer onsPortRemote, CreateDistributedDatabaseDetails.ReplicationMethod replicationMethod, Integer replicationFactor, Integer replicationUnit, CreateDistributedDatabaseDetails.DbDeploymentType dbDeploymentType, List<CreateDistributedDatabaseShardDetails> shardDetails, List<CreateDistributedDatabaseCatalogDetails> catalogDetails, String gsmSshPublicKey, DistributedDbBackupConfig dbBackupConfig, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-