Class ListConfigSets
- java.lang.Object
-
- org.apache.solr.api.JerseyResource
-
- org.apache.solr.handler.configsets.ListConfigSets
-
- All Implemented Interfaces:
ListConfigsetsApi
public class ListConfigSets extends JerseyResource implements ListConfigsetsApi
V2 API implementation for listing all available configsets.This API (GET /v2/cluster/configs) is analogous to the v1 /admin/configs?action=LIST command.
-
-
Field Summary
Fields Modifier and Type Field Description jakarta.ws.rs.core.HttpHeaders
headers
-
Fields inherited from class org.apache.solr.api.JerseyResource
containerRequestContext
-
-
Constructor Summary
Constructors Constructor Description ListConfigSets(CoreContainer coreContainer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListConfigsetsResponse
listConfigSet()
-
Methods inherited from class org.apache.solr.api.JerseyResource
ensureRequiredParameterProvided, ensureRequiredRequestBodyProvided, instantiateJerseyResponse, instantiateJerseyResponse
-
-
-
-
Constructor Detail
-
ListConfigSets
@Inject public ListConfigSets(CoreContainer coreContainer)
-
-
Method Detail
-
listConfigSet
public ListConfigsetsResponse listConfigSet() throws Exception
- Specified by:
listConfigSet
in interfaceListConfigsetsApi
- Throws:
Exception
-
-