Class SearchAdminResourceV3
java.lang.Object
org.infinispan.rest.resources.SearchAdminResource
org.infinispan.rest.resources.SearchAdminResourceV3
- All Implemented Interfaces:
ResourceHandler
REST resource to perform search administration operations in caches (V3 OpenAPI compliant).
Rules for OpenAPI v3 compliance:
- Resources should have unique paths
- Actions should be prefixed by _
- Since:
- 16.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class SearchAdminResource
clearIndexes, clearSearchStats, indexMetamodel, reindex, searchStats, updateSchema
-
Constructor Details
-
SearchAdminResourceV3
-
-
Method Details
-
getInvocations
Description copied from interface:ResourceHandlerReturn theInvocationshandled by this ResourceHandler.- Specified by:
getInvocationsin interfaceResourceHandler- Overrides:
getInvocationsin classSearchAdminResource
-