Class ClusterResource
java.lang.Object
org.infinispan.rest.resources.ClusterResource
- All Implemented Interfaces:
ResourceHandler
- Since:
- 10.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn theInvocations
handled by this ResourceHandler.static boolean
isRollingUpgrade
(Map<String, Json> clusterInfos)
-
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:ResourceHandler
Return theInvocations
handled by this ResourceHandler.- Specified by:
getInvocations
in interfaceResourceHandler
-
isRollingUpgrade
-