Uses of Class
com.oracle.bmc.globallydistributeddatabase.model.DedicatedShardedDatabaseSummary.ShardingMethod
-
Packages that use DedicatedShardedDatabaseSummary.ShardingMethod Package Description com.oracle.bmc.globallydistributeddatabase.model -
-
Uses of DedicatedShardedDatabaseSummary.ShardingMethod in com.oracle.bmc.globallydistributeddatabase.model
Methods in com.oracle.bmc.globallydistributeddatabase.model that return DedicatedShardedDatabaseSummary.ShardingMethod Modifier and Type Method Description static DedicatedShardedDatabaseSummary.ShardingMethod
DedicatedShardedDatabaseSummary.ShardingMethod. create(String key)
DedicatedShardedDatabaseSummary.ShardingMethod
DedicatedShardedDatabaseSummary. getShardingMethod()
Sharding Method.static DedicatedShardedDatabaseSummary.ShardingMethod
DedicatedShardedDatabaseSummary.ShardingMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static DedicatedShardedDatabaseSummary.ShardingMethod[]
DedicatedShardedDatabaseSummary.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 DedicatedShardedDatabaseSummary.ShardingMethod Modifier and Type Method Description DedicatedShardedDatabaseSummary.Builder
DedicatedShardedDatabaseSummary.Builder. shardingMethod(DedicatedShardedDatabaseSummary.ShardingMethod shardingMethod)
Sharding Method.Constructors in com.oracle.bmc.globallydistributeddatabase.model with parameters of type DedicatedShardedDatabaseSummary.ShardingMethod Constructor Description DedicatedShardedDatabaseSummary(String id, String compartmentId, String displayName, Date timeCreated, Date timeUpdated, ShardedDatabase.LifecycleState lifecycleState, String lifecycleStateDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, DedicatedShardedDatabase.ReplicationMethod replicationMethod, Integer replicationFactor, Integer replicationUnit, String clusterCertificateCommonName, DedicatedShardedDatabaseSummary.DbWorkload dbWorkload, DedicatedShardedDatabaseSummary.ShardingMethod shardingMethod, String characterSet, String ncharacterSet, Integer chunks, String dbVersion, Integer listenerPort, Integer listenerPortTls, Integer onsPortLocal, Integer onsPortRemote, String prefix, Integer totalCpuCount, Double totalDataStorageSizeInGbs)
Deprecated.
-