Class ClusterCfg

    • Constructor Detail

      • ClusterCfg

        public ClusterCfg()
    • Method Detail

      • getInitialContactPoints

        public List<String> getInitialContactPoints()
      • setInitialContactPoints

        public void setInitialContactPoints​(List<String> initialContactPoints)
      • getNodeId

        public int getNodeId()
      • setNodeId

        public void setNodeId​(int nodeId)
      • getPartitionsCount

        public int getPartitionsCount()
      • setPartitionsCount

        public void setPartitionsCount​(int partitionsCount)
      • getPartitionIds

        public List<Integer> getPartitionIds()
      • getReplicationFactor

        public int getReplicationFactor()
      • setReplicationFactor

        public void setReplicationFactor​(int replicationFactor)
      • getClusterSize

        public int getClusterSize()
      • setClusterSize

        public void setClusterSize​(int clusterSize)
      • getClusterName

        public String getClusterName()
      • setClusterName

        public void setClusterName​(String clusterName)
      • setMembership

        public void setMembership​(MembershipCfg membership)