Package com.ibm.cloud.cloudant.v1.model
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 Summary
Modifier and TypeMethodDescriptionGets the allNodes.Gets the clusterNodes.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
getAllNodes
Gets the allNodes. List of nodes this node knows about, including the ones that are part of the cluster.- Returns:
- the allNodes
-
getClusterNodes
Gets the clusterNodes. All cluster nodes.- Returns:
- the clusterNodes
-