Package org.elasticsearch.cluster
Interface ClusterInfoService
-
- All Known Implementing Classes:
EmptyClusterInfoService,InternalClusterInfoService
public interface ClusterInfoServiceInterface for a class used to gather information about a cluster at regular intervals
-
-
Method Summary
Modifier and Type Method Description ClusterInfogetClusterInfo()The latest cluster information
-
-
-
Method Detail
-
getClusterInfo
ClusterInfo getClusterInfo()
The latest cluster information
-
-