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 classCacheResourceV2.BaseCacheListenerstatic classCacheResourceV2.StatefulCacheListenerstatic classCacheResourceV2.StatelessCacheListener
-
Constructor Summary
Constructors Constructor Description CacheResourceV2(InvocationHelper invocationHelper, RestTelemetryService telemetryService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InvocationsgetInvocations()Return theInvocationshandled by this ResourceHandler.
-
-
-
Constructor Detail
-
CacheResourceV2
public CacheResourceV2(InvocationHelper invocationHelper, RestTelemetryService telemetryService)
-
-
Method Detail
-
getInvocations
public Invocations getInvocations()
Description copied from interface:ResourceHandlerReturn theInvocationshandled by this ResourceHandler.- Specified by:
getInvocationsin interfaceResourceHandler
-
-