Class ContainerResourceV3
java.lang.Object
org.infinispan.rest.resources.ContainerResource
org.infinispan.rest.resources.ContainerResourceV3
- All Implemented Interfaces:
ResourceHandler
ContainerResourceV3 - REST v3 API for container/cache manager operations.
Extends ContainerResource to reuse handler methods, only defines v3-specific endpoint paths.
Key changes from v2: - Action-based endpoints use underscore-prefixed path segments - Deprecated /cache-managers/{name} endpoints excluded (only /container endpoints included) - Trailing slashes removed for consistency - OpenAPI 3.0 compliance with unique operationIds and proper response schemas - SSE endpoints included: config changes and lifecycle events streaming
- Since:
- 16.1
-
Nested Class Summary
Nested classes/interfaces inherited from class ContainerResource
ContainerResource.ConfigurationListener -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ContainerResource
backup, convertToJson, getAllBackupNames, getAllCachesConfiguration, getAllCachesConfigurationTemplates, getAllRestoreNames, getConfig, getHealth, getHealth, getHealthStatus, getInfo, getStats, listenConfig, listenLifecycle, resetStats, restore, setRebalancing, shutdown, streamConfigurationAndEvents
-
Constructor Details
-
ContainerResourceV3
-
-
Method Details
-
getInvocations
Description copied from interface:ResourceHandlerReturn theInvocationshandled by this ResourceHandler.- Specified by:
getInvocationsin interfaceResourceHandler- Overrides:
getInvocationsin classContainerResource
-