Uses of Class
com.oracle.bmc.distributeddatabase.model.DistributedDatabase.ShardingMethod
-
Packages that use DistributedDatabase.ShardingMethod Package Description com.oracle.bmc.distributeddatabase.model -
-
Uses of DistributedDatabase.ShardingMethod in com.oracle.bmc.distributeddatabase.model
Methods in com.oracle.bmc.distributeddatabase.model that return DistributedDatabase.ShardingMethod Modifier and Type Method Description static DistributedDatabase.ShardingMethod
DistributedDatabase.ShardingMethod. create(String key)
DistributedDatabase.ShardingMethod
DistributedDatabase. getShardingMethod()
Sharding Methods for the Globally distributed database.DistributedDatabase.ShardingMethod
DistributedDatabaseSummary. getShardingMethod()
Sharding Methods for the Globally distributed database.static DistributedDatabase.ShardingMethod
DistributedDatabase.ShardingMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static DistributedDatabase.ShardingMethod[]
DistributedDatabase.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 DistributedDatabase.ShardingMethod Modifier and Type Method Description DistributedDatabase.Builder
DistributedDatabase.Builder. shardingMethod(DistributedDatabase.ShardingMethod shardingMethod)
Sharding Methods for the Globally distributed database.DistributedDatabaseSummary.Builder
DistributedDatabaseSummary.Builder. shardingMethod(DistributedDatabase.ShardingMethod shardingMethod)
Sharding Methods for the Globally distributed database.Constructors in com.oracle.bmc.distributeddatabase.model with parameters of type DistributedDatabase.ShardingMethod Constructor Description DistributedDatabase(String id, String compartmentId, String displayName, Date timeCreated, Date timeUpdated, String databaseVersion, DistributedDatabase.LifecycleState lifecycleState, String lifecycleDetails, DistributedDbConnectionString connectionStrings, String prefix, List<String> privateEndpointIds, DistributedDbGsmImage latestGsmImageDetails, DistributedDatabase.ShardingMethod shardingMethod, String characterSet, String ncharacterSet, Integer chunks, Integer listenerPort, Integer listenerPortTls, Integer onsPortLocal, Integer onsPortRemote, DistributedDatabase.ReplicationMethod replicationMethod, Integer replicationFactor, Integer replicationUnit, DistributedDatabase.DbDeploymentType dbDeploymentType, List<DistributedDatabaseShard> shardDetails, List<DistributedDatabaseCatalog> catalogDetails, List<DistributedDatabaseGsm> gsmDetails, DistributedDbBackupConfig dbBackupConfig, String gsmSshPublicKey, DistributedDbMetadata metadata, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.DistributedDatabaseSummary(String id, String compartmentId, String displayName, Date timeCreated, Date timeUpdated, String databaseVersion, DistributedDatabase.LifecycleState lifecycleState, String lifecycleDetails, DistributedDbConnectionString connectionStrings, String prefix, List<String> privateEndpointIds, DistributedDatabase.ShardingMethod shardingMethod, String characterSet, String ncharacterSet, Integer chunks, Integer listenerPort, Integer listenerPortTls, Integer onsPortLocal, Integer onsPortRemote, DistributedDatabase.ReplicationMethod replicationMethod, Integer replicationFactor, Integer replicationUnit, DistributedDatabaseSummary.DbDeploymentType dbDeploymentType, DistributedDbMetadata metadata, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-