Uses of Class
com.oracle.bmc.distributeddatabasev26.model.CreateAutonomousCompositeShardSpaceRaftClusterDetails
-
Packages that use CreateAutonomousCompositeShardSpaceRaftClusterDetails Package Description com.oracle.bmc.distributeddatabasev26.model -
-
Uses of CreateAutonomousCompositeShardSpaceRaftClusterDetails in com.oracle.bmc.distributeddatabasev26.model
Methods in com.oracle.bmc.distributeddatabasev26.model that return CreateAutonomousCompositeShardSpaceRaftClusterDetails Modifier and Type Method Description CreateAutonomousCompositeShardSpaceRaftClusterDetailsCreateAutonomousCompositeShardSpaceRaftClusterDetails.Builder. build()Methods in com.oracle.bmc.distributeddatabasev26.model that return types with arguments of type CreateAutonomousCompositeShardSpaceRaftClusterDetails Modifier and Type Method Description List<CreateAutonomousCompositeShardSpaceRaftClusterDetails>CreateAutonomousCompositeRaftShardSpaceDetails. getRaftClusters()The details of raft clusters associated with the shard space.Methods in com.oracle.bmc.distributeddatabasev26.model with parameters of type CreateAutonomousCompositeShardSpaceRaftClusterDetails Modifier and Type Method Description CreateAutonomousCompositeShardSpaceRaftClusterDetails.BuilderCreateAutonomousCompositeShardSpaceRaftClusterDetails.Builder. copy(CreateAutonomousCompositeShardSpaceRaftClusterDetails model)Method parameters in com.oracle.bmc.distributeddatabasev26.model with type arguments of type CreateAutonomousCompositeShardSpaceRaftClusterDetails Modifier and Type Method Description CreateAutonomousCompositeRaftShardSpaceDetails.BuilderCreateAutonomousCompositeRaftShardSpaceDetails.Builder. raftClusters(List<CreateAutonomousCompositeShardSpaceRaftClusterDetails> raftClusters)The details of raft clusters associated with the shard space.Constructor parameters in com.oracle.bmc.distributeddatabasev26.model with type arguments of type CreateAutonomousCompositeShardSpaceRaftClusterDetails Constructor Description CreateAutonomousCompositeRaftShardSpaceDetails(String name, Integer chunkCount, Integer replicationUnitCount, List<CreateAutonomousCompositeShardSpaceRaftClusterDetails> raftClusters)Deprecated.
-