Package org.infinispan.rest.resources
Class ContainerResource
- java.lang.Object
-
- org.infinispan.rest.resources.ContainerResource
-
- All Implemented Interfaces:
ResourceHandler
public class ContainerResource extends Object implements ResourceHandler
REST resource to manage the cache container.- Since:
- 10.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classContainerResource.ConfigurationListener
-
Constructor Summary
Constructors Constructor Description ContainerResource(InvocationHelper invocationHelper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InvocationsgetInvocations()Return theInvocationshandled by this ResourceHandler.
-
-
-
Constructor Detail
-
ContainerResource
public ContainerResource(InvocationHelper invocationHelper)
-
-
Method Detail
-
getInvocations
public Invocations getInvocations()
Description copied from interface:ResourceHandlerReturn theInvocationshandled by this ResourceHandler.- Specified by:
getInvocationsin interfaceResourceHandler
-
-