Class RemoteClusterServiceImpl
java.lang.Object
com.atlassian.confluence.rest.client.AbstractRemoteService<List<NodeStatus>>
com.atlassian.confluence.rest.client.RemoteClusterServiceImpl
- All Implemented Interfaces:
RemoteClusterService
public class RemoteClusterServiceImpl
extends AbstractRemoteService<List<NodeStatus>>
implements RemoteClusterService
-
Field Summary
Fields inherited from class com.atlassian.confluence.rest.client.AbstractRemoteService
provider
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
RemoteClusterServiceImpl
(AuthenticatedWebResourceProvider provider, ExecutorService executor) -
Method Summary
Modifier and TypeMethodDescriptionRetrieve information about each node in a cluster.Methods inherited from class com.atlassian.confluence.rest.client.AbstractRemoteService
addExpansions, addPageRequest, addPageRequestParams, deleteCompletionStage, deleteCompletionStage, getCompletionStage, getCompletionStageGenericCollection, getCompletionStageMap, getCompletionStageMapOfGenericListResponse, getCompletionStageMapOfPageResponses, getCompletionStageOptional, getCompletionStagePageResponseList, getCompletionStageSearchPageResponseList, getExecutor, newExperimentalRestWebTarget, newWebTarget, postCompletionStage, postCompletionStage, postCompletionStage, postCompletionStageToPageResponse, postVoidCompletionStage, putCompletionStage, putVoidCompletionStage
-
Constructor Details
-
RemoteClusterServiceImpl
protected RemoteClusterServiceImpl(AuthenticatedWebResourceProvider provider, ExecutorService executor)
-
-
Method Details
-
getClusterNodeStatuses
Description copied from interface:RemoteClusterService
Retrieve information about each node in a cluster.- Specified by:
getClusterNodeStatuses
in interfaceRemoteClusterService
- Returns:
- a list of
NodeStatus
-