Class MembershipInformation

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.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.
  • Method Details

    • 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