Class DatabaseInformationCluster

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class DatabaseInformationCluster
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Schema for database cluster information.
    • Constructor Detail

      • DatabaseInformationCluster

        public DatabaseInformationCluster()
    • Method Detail

      • getN

        public Long getN()
        Gets the n. Schema for the number of replicas of a database in a cluster.
        Returns:
        the n
      • getQ

        public Long getQ()
        Gets the q. Schema for the number of shards in a database. Each shard is a partition of the hash value range.
        Returns:
        the q
      • getR

        public Long getR()
        Gets the r. Read quorum. The number of consistent copies of a document that need to be read before a successful reply.
        Returns:
        the r
      • getW

        public Long getW()
        Gets the w. Write quorum. The number of copies of a document that need to be written before a successful reply.
        Returns:
        the w