Interface ClusterService
- All Known Implementing Classes:
ClusterServiceImpl
public interface ClusterService
Wrap cluster management as a service for relevant rest APIs
- Since:
- 9.3
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Provides validators for validating inputs to methods inClusterService
-
Method Summary
Modifier and TypeMethodDescriptiongetClusterNodeStatuses
(PageRequest pageRequest) Retrieve information about each node in a cluster.Get the validator view ofClusterService
-
Method Details
-
getClusterNodeStatuses
Retrieve information about each node in a cluster.- Parameters:
pageRequest
- the page request- Returns:
- a
PageResponse
ofNodeStatus
-
validator
ClusterService.Validator validator()Get the validator view ofClusterService
- Returns:
- a
ClusterService.Validator
-