Class ClusterResource
java.lang.Object
org.infinispan.rest.resources.ClusterResource
- All Implemented Interfaces:
ResourceHandler
- Direct Known Subclasses:
ClusterResourceV3
- Since:
- 10.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CompletionStage<RestResponse> backup(RestRequest request) protected CompletionStage<RestResponse> distribution(RestRequest request) protected CompletionStage<RestResponse> getAllBackupNames(RestRequest request) protected CompletionStage<RestResponse> getAllRestoreNames(RestRequest request) Return theInvocationshandled by this ResourceHandler.protected CompletionStage<RestResponse> handleAddRaftMember(RestRequest request) protected CompletionStage<RestResponse> handleClusterMembers(RestRequest request) protected CompletionStage<RestResponse> handleRaftMembers(RestRequest request) protected CompletionStage<RestResponse> handleRemoveRaftMember(RestRequest request) static booleanisRollingUpgrade(Map<String, Json> clusterInfos) protected CompletionStage<RestResponse> restore(RestRequest request) protected CompletionStage<RestResponse> stop(RestRequest request)
-
Field Details
-
MEMBER_PARAMETER
- See Also:
-
VERSION
- See Also:
-
NODE_ADDRESS
- See Also:
-
PHYSICAL_ADDRESSES
- See Also:
-
CACHE_MANAGER_STATUS
- See Also:
-
MEMBERS
- See Also:
-
ROLLING_UPGRADE
- See Also:
-
-
Constructor Details
-
ClusterResource
-
-
Method Details
-
getInvocations
Description copied from interface:ResourceHandlerReturn theInvocationshandled by this ResourceHandler.- Specified by:
getInvocationsin interfaceResourceHandler
-
stop
-
getAllBackupNames
-
backup
-
getAllRestoreNames
-
restore
-
distribution
-
handleRaftMembers
-
handleAddRaftMember
-
handleRemoveRaftMember
-
handleClusterMembers
-
isRollingUpgrade
-