Package org.infinispan.rest.resources
Class XSiteCacheResource
- java.lang.Object
-
- org.infinispan.rest.resources.XSiteCacheResource
-
- All Implemented Interfaces:
ResourceHandler
public class XSiteCacheResource extends java.lang.Object implements ResourceHandler
Handles REST calls for cache level X-Site operations- Since:
- 10.0
-
-
Constructor Summary
Constructors Constructor Description XSiteCacheResource(InvocationHelper invocationHelper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.infinispan.rest.framework.impl.InvocationsgetInvocations()Return theInvocationshandled by this ResourceHandler.
-
-
-
Constructor Detail
-
XSiteCacheResource
public XSiteCacheResource(InvocationHelper invocationHelper)
-
-
Method Detail
-
getInvocations
public org.infinispan.rest.framework.impl.Invocations getInvocations()
Description copied from interface:ResourceHandlerReturn theInvocationshandled by this ResourceHandler.- Specified by:
getInvocationsin interfaceResourceHandler
-
-