Class ClusterStatusView
java.lang.Object
com.complexible.stardog.api.admin.pack.ClusterStatusView
Cluster status view for api response serialization/deserialization to JSON
- Since:
- 7.5
- Version:
- 7.5
- Author:
- Robert Myers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddNode(ClusterNodeStatus newMember) Add a node to the list of nodes in the cluster.getNodes()
-
Constructor Details
-
ClusterStatusView
public ClusterStatusView()
-
-
Method Details
-
addNode
Add a node to the list of nodes in the cluster.- Parameters:
newMember- New node to insert into array if the node is a coordinator it will be inserted in the first position.
-
getNodes
-