Uses of Class
com.atlassian.confluence.api.model.system.NodeStatus
Packages that use NodeStatus
Package
Description
This package contains the code which communicates with Confluence via REST API.
- 
Uses of NodeStatus in com.atlassian.confluence.api.impl.service.systemMethods in com.atlassian.confluence.api.impl.service.system that return types with arguments of type NodeStatusModifier and TypeMethodDescriptionClusterServiceImpl.getClusterNodeStatuses(PageRequest pageRequest) 
- 
Uses of NodeStatus in com.atlassian.confluence.api.service.systemMethods in com.atlassian.confluence.api.service.system that return types with arguments of type NodeStatusModifier and TypeMethodDescriptionClusterService.getClusterNodeStatuses(PageRequest pageRequest) Retrieve information about each node in a cluster.
- 
Uses of NodeStatus in com.atlassian.confluence.plugins.restapi.resourcesMethods in com.atlassian.confluence.plugins.restapi.resources that return types with arguments of type NodeStatusModifier and TypeMethodDescriptionClusterResource.getClusterNodeStatuses(int start, int limit, jakarta.ws.rs.core.UriInfo uriInfo) 
- 
Uses of NodeStatus in com.atlassian.confluence.rest.clientMethods in com.atlassian.confluence.rest.client that return types with arguments of type NodeStatusModifier and TypeMethodDescriptionRemoteClusterService.getClusterNodeStatuses()Retrieve information about each node in a cluster.RemoteClusterServiceImpl.getClusterNodeStatuses()