Uses of Class
com.oracle.bmc.distributeddatabasev26.model.DistributedDatabaseShardDatabase
-
Packages that use DistributedDatabaseShardDatabase Package Description com.oracle.bmc.distributeddatabasev26.model -
-
Uses of DistributedDatabaseShardDatabase in com.oracle.bmc.distributeddatabasev26.model
Subclasses of DistributedDatabaseShardDatabase in com.oracle.bmc.distributeddatabasev26.model Modifier and Type Class Description classDistributedDatabaseShardDatabaseWithDbHomeDetails of a distributed database shard using a pre-existing Database Home.classDistributedDatabaseShardDatabaseWithExadbXdDetails of a distributed database shard running on ExaDB-D.classDistributedDatabaseShardDatabaseWithExadbXsDetails of a distributed database shard running on ExaDB-XS.classDistributedDatabaseShardDatabaseWithExadbXsNewClusterDetails of a distributed database shard on ExaDB-XS with a new cluster.classDistributedDatabaseShardDatabaseWithExadbXsNewVaultAndClusterDetails of a distributed database shard on ExaDB-XS with a new cluster and storage vault.Methods in com.oracle.bmc.distributeddatabasev26.model that return DistributedDatabaseShardDatabase Modifier and Type Method Description DistributedDatabaseShardDatabaseUserShardSpaceReplica. getDatabase()Methods in com.oracle.bmc.distributeddatabasev26.model that return types with arguments of type DistributedDatabaseShardDatabase Modifier and Type Method Description List<DistributedDatabaseShardDatabase>CompositeDataGuardShardSpaceReplica. getDatabases()The details of composite data guard shard space replica databases.List<DistributedDatabaseShardDatabase>CompositeShardSpaceRaftCluster. getDatabases()The details of databases associated with the composite shard space raft cluster.List<DistributedDatabaseShardDatabase>SystemDataGuardReplica. getDatabases()Details of the databases associated with the system data guard replica.List<DistributedDatabaseShardDatabase>SystemRaftCluster. getDatabases()Details of the databases associated with the system raft cluster.Methods in com.oracle.bmc.distributeddatabasev26.model with parameters of type DistributedDatabaseShardDatabase Modifier and Type Method Description UserShardSpaceReplica.BuilderUserShardSpaceReplica.Builder. database(DistributedDatabaseShardDatabase database)Method parameters in com.oracle.bmc.distributeddatabasev26.model with type arguments of type DistributedDatabaseShardDatabase Modifier and Type Method Description CompositeDataGuardShardSpaceReplica.BuilderCompositeDataGuardShardSpaceReplica.Builder. databases(List<DistributedDatabaseShardDatabase> databases)The details of composite data guard shard space replica databases.CompositeShardSpaceRaftCluster.BuilderCompositeShardSpaceRaftCluster.Builder. databases(List<DistributedDatabaseShardDatabase> databases)The details of databases associated with the composite shard space raft cluster.SystemDataGuardReplica.BuilderSystemDataGuardReplica.Builder. databases(List<DistributedDatabaseShardDatabase> databases)Details of the databases associated with the system data guard replica.SystemRaftCluster.BuilderSystemRaftCluster.Builder. databases(List<DistributedDatabaseShardDatabase> databases)Details of the databases associated with the system raft cluster.Constructors in com.oracle.bmc.distributeddatabasev26.model with parameters of type DistributedDatabaseShardDatabase Constructor Description UserShardSpaceReplica(String name, DistributedDatabaseShardDatabase database)Deprecated.Constructor parameters in com.oracle.bmc.distributeddatabasev26.model with type arguments of type DistributedDatabaseShardDatabase Constructor Description CompositeDataGuardShardSpaceReplica(String name, List<DistributedDatabaseShardDatabase> databases)Deprecated.CompositeShardSpaceRaftCluster(String name, Integer replicationFactor, Integer witnessCount, CompositeShardSpaceRaftCluster.RuMode ruMode, List<DistributedDatabaseShardDatabase> databases)Deprecated.SystemDataGuardReplica(String name, List<DistributedDatabaseShardDatabase> databases)Deprecated.SystemRaftCluster(String name, Integer replicationFactor, Integer witnessCount, SystemRaftCluster.RuMode ruMode, List<DistributedDatabaseShardDatabase> databases)Deprecated.
-