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:ClusterServiceRetrieve information about each node in a cluster.- Specified by:
getClusterNodeStatusesin interfaceClusterService- Parameters:
pageRequest- the page request- Returns:
- a
PageResponseofNodeStatus
-
validator
Description copied from interface:ClusterServiceGet the validator view ofClusterService- Specified by:
validatorin interfaceClusterService- Returns:
- a
ClusterService.Validator
-