Class MembershipInformation

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

    public class MembershipInformation
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Schema for information about known nodes and cluster membership.
    • Constructor Detail

      • MembershipInformation

        public MembershipInformation()
    • Method Detail

      • getAllNodes

        public List<String> getAllNodes()
        Gets the allNodes. List of nodes this node knows about, including the ones that are part of the cluster.
        Returns:
        the allNodes
      • getClusterNodes

        public List<String> getClusterNodes()
        Gets the clusterNodes. All cluster nodes.
        Returns:
        the clusterNodes