Package org.infinispan.rest.resources
Class CacheResourceV2
- java.lang.Object
-
- org.infinispan.rest.resources.BaseCacheResource
-
- org.infinispan.rest.resources.CacheResourceV2
-
- All Implemented Interfaces:
ResourceHandler
public class CacheResourceV2 extends BaseCacheResource implements ResourceHandler
REST resource to manage the caches.- Since:
- 10.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CacheResourceV2.BaseCacheListener
static class
CacheResourceV2.StatefulCacheListener
static class
CacheResourceV2.StatelessCacheListener
-
Constructor Summary
Constructors Constructor Description CacheResourceV2(InvocationHelper invocationHelper, RestTelemetryService telemetryService)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Throwable
filterCause(Throwable re)
Invocations
getInvocations()
Return theInvocations
handled by this ResourceHandler.
-
-
-
Constructor Detail
-
CacheResourceV2
public CacheResourceV2(InvocationHelper invocationHelper, RestTelemetryService telemetryService)
-
-
Method Detail
-
getInvocations
public Invocations getInvocations()
Description copied from interface:ResourceHandler
Return theInvocations
handled by this ResourceHandler.- Specified by:
getInvocations
in interfaceResourceHandler
-
-