Class MemberStartupConfig


  • public class MemberStartupConfig
    extends Object
    Represents the startup configuration of a DB cluster member. Normally there's 2 different types of configuration: one for the node that bootstraps the cluster, and one for the other nodes that join the cluster.
    Since:
    3.1.6
    Author:
    avasquez
    • Constructor Detail

      • MemberStartupConfig

        public MemberStartupConfig​(String clusterName,
                                   String nodeAddress,
                                   String nodeName)
    • Method Detail

      • getClusterName

        public String getClusterName()
      • setClusterName

        public void setClusterName​(String clusterName)
      • getClusterAddress

        public String getClusterAddress()
      • setClusterAddress

        public void setClusterAddress​(String clusterAddress)
      • getNodeAddress

        public String getNodeAddress()
      • setNodeAddress

        public void setNodeAddress​(String nodeAddress)
      • getNodeName

        public String getNodeName()
      • setNodeName

        public void setNodeName​(String nodeName)