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 SummaryFields inherited from class com.atlassian.confluence.rest.client.AbstractRemoteServiceprovider
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedRemoteClusterServiceImpl(AuthenticatedWebResourceProvider provider, ExecutorService executor) 
- 
Method SummaryModifier and TypeMethodDescriptionRetrieve information about each node in a cluster.Methods inherited from class com.atlassian.confluence.rest.client.AbstractRemoteServiceaddExpansions, addPageRequest, addPageRequestParams, deleteCompletionStage, deleteCompletionStage, getCompletionStage, getCompletionStageGenericCollection, getCompletionStageMap, getCompletionStageMapOfGenericListResponse, getCompletionStageMapOfPageResponses, getCompletionStageOptional, getCompletionStagePageResponseList, getCompletionStageSearchPageResponseList, getExecutor, newExperimentalRestWebTarget, newWebTarget, postCompletionStage, postCompletionStage, postCompletionStage, postCompletionStageToPageResponse, postVoidCompletionStage, putCompletionStage, putVoidCompletionStage
- 
Constructor Details- 
RemoteClusterServiceImplprotected RemoteClusterServiceImpl(AuthenticatedWebResourceProvider provider, ExecutorService executor) 
 
- 
- 
Method Details- 
getClusterNodeStatusesDescription copied from interface:RemoteClusterServiceRetrieve information about each node in a cluster.- Specified by:
- getClusterNodeStatusesin interface- RemoteClusterService
- Returns:
- a list of NodeStatus
 
 
-