Interface RemoteClusterService
- All Known Implementing Classes:
RemoteClusterServiceImpl
public interface RemoteClusterService
ClusterService
implementation that communicates with Confluence remotely using the Confluence REST API.- Since:
- 9.3
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve information about each node in a cluster.
-
Method Details
-
getClusterNodeStatuses
CompletionStage<Iterable<NodeStatus>> getClusterNodeStatuses()Retrieve information about each node in a cluster.- Returns:
- a list of
NodeStatus
-