Uses of Class
com.oracle.bmc.distributeddatabasev26.model.DistributedDatabaseSummary.ShardingMethod
-
Packages that use DistributedDatabaseSummary.ShardingMethod Package Description com.oracle.bmc.distributeddatabasev26.model -
-
Uses of DistributedDatabaseSummary.ShardingMethod in com.oracle.bmc.distributeddatabasev26.model
Methods in com.oracle.bmc.distributeddatabasev26.model that return DistributedDatabaseSummary.ShardingMethod Modifier and Type Method Description static DistributedDatabaseSummary.ShardingMethodDistributedDatabaseSummary.ShardingMethod. create(String key)DistributedDatabaseSummary.ShardingMethodDistributedDatabaseSummary. getShardingMethod()Sharding methods for the Globally distributed database.static DistributedDatabaseSummary.ShardingMethodDistributedDatabaseSummary.ShardingMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static DistributedDatabaseSummary.ShardingMethod[]DistributedDatabaseSummary.ShardingMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.distributeddatabasev26.model with parameters of type DistributedDatabaseSummary.ShardingMethod Modifier and Type Method Description DistributedDatabaseSummary.BuilderDistributedDatabaseSummary.Builder. shardingMethod(DistributedDatabaseSummary.ShardingMethod shardingMethod)Sharding methods for the Globally distributed database.Constructors in com.oracle.bmc.distributeddatabasev26.model with parameters of type DistributedDatabaseSummary.ShardingMethod Constructor Description DistributedDatabaseSummary(String id, String compartmentId, String displayName, Date timeCreated, Date timeUpdated, String databaseVersion, DistributedDatabase.LifecycleState lifecycleState, String lifecycleDetails, String prefix, List<String> privateEndpointIds, List<String> notificationTopicIds, String characterSet, String ncharacterSet, Integer listenerPort, Integer listenerPortTls, Integer onsPortLocal, Integer onsPortRemote, Integer systemChunkCount, AutoResourceManagementConfigurationDetails autoResourceManagementConfig, Integer systemRaftReplicationUnitCount, DistributedDbMetadata metadata, DistributedDatabaseSummary.ShardingMethod shardingMethod, DistributedDatabaseSummary.ReplicationMethod replicationMethod, DistributedDatabaseSummary.DbDeploymentType dbDeploymentType, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-