Class CounterResourceV3
java.lang.Object
org.infinispan.rest.resources.CounterResource
org.infinispan.rest.resources.CounterResourceV3
- All Implemented Interfaces:
ResourceHandler
REST resource to manage counters (v3 OpenAPI-compliant version).
Extends CounterResource to reuse handler methods, only defines v3-specific endpoint paths.
Rules for OpenAPI v3 compliance:
- Resources should have unique paths
- Actions should be prefixed by _
- Since:
- 16.1
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class CounterResource
addValue, compareSet, compareSwap, createCounter, decrementCounter, deleteCounter, executeCommonCounterOp, getAndSet, getConfig, getCounter, getCounterNames, handleThrowable, incrementCounter, resetCounter
-
Constructor Details
-
CounterResourceV3
-
-
Method Details
-
getInvocations
Description copied from interface:ResourceHandlerReturn theInvocationshandled by this ResourceHandler.- Specified by:
getInvocationsin interfaceResourceHandler- Overrides:
getInvocationsin classCounterResource
-