Class ClusterServiceImpl
java.lang.Object
com.atlassian.confluence.api.impl.service.system.ClusterServiceImpl
- All Implemented Interfaces:
ClusterService
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface com.atlassian.confluence.api.service.system.ClusterService
ClusterService.Validator
-
Constructor Summary
ConstructorsConstructorDescriptionClusterServiceImpl
(ClusterManager clusterManager, PermissionManager permissionManager) -
Method Summary
Modifier and TypeMethodDescriptiongetClusterNodeStatuses
(PageRequest pageRequest) Retrieve information about each node in a cluster.Get the validator view ofClusterService
-
Constructor Details
-
ClusterServiceImpl
-
-
Method Details
-
getClusterNodeStatuses
Description copied from interface:ClusterService
Retrieve information about each node in a cluster.- Specified by:
getClusterNodeStatuses
in interfaceClusterService
- Parameters:
pageRequest
- the page request- Returns:
- a
PageResponse
ofNodeStatus
-
validator
Description copied from interface:ClusterService
Get the validator view ofClusterService
- Specified by:
validator
in interfaceClusterService
- Returns:
- a
ClusterService.Validator
-