Class SearchAdminResource
java.lang.Object
org.infinispan.rest.resources.SearchAdminResource
- All Implemented Interfaces:
ResourceHandler
- Direct Known Subclasses:
SearchAdminResourceV3
- Since:
- 10.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CompletionStage<RestResponse> clearIndexes(RestRequest request) protected CompletionStage<RestResponse> clearSearchStats(RestRequest request) Return theInvocationshandled by this ResourceHandler.protected CompletionStage<RestResponse> indexMetamodel(RestRequest request) protected CompletionStage<RestResponse> reindex(RestRequest request) protected CompletionStage<RestResponse> searchStats(RestRequest request) protected CompletionStage<RestResponse> updateSchema(RestRequest request)
-
Constructor Details
-
SearchAdminResource
-
-
Method Details
-
getInvocations
Description copied from interface:ResourceHandlerReturn theInvocationshandled by this ResourceHandler.- Specified by:
getInvocationsin interfaceResourceHandler
-
searchStats
-
clearSearchStats
-
reindex
-
clearIndexes
-
updateSchema
-
indexMetamodel
-