Interface ClusterInformation
- All Known Implementing Classes:
ClusterInformationImpl
public interface ClusterInformation
Provides data about cluster
- Since:
- 3.0.0
-
Method Summary
-
Method Details
-
getNodes
Set<ClusterNode> getNodes()- Returns:
- the information about the nodes in the cluster
-