Class ConfigSetAdminRequest<Q extends ConfigSetAdminRequest<Q,R>,R extends ConfigSetAdminResponse>
- java.lang.Object
-
- org.apache.solr.client.solrj.SolrRequest<R>
-
- org.apache.solr.client.solrj.request.ConfigSetAdminRequest<Q,R>
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConfigSetAdminRequest.ConfigSetSpecificAdminRequest
,ConfigSetAdminRequest.List
public abstract class ConfigSetAdminRequest<Q extends ConfigSetAdminRequest<Q,R>,R extends ConfigSetAdminResponse> extends SolrRequest<R>
This class is experimental and subject to change.- Since:
- solr 5.4
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
ConfigSetAdminRequest.ConfigSetSpecificAdminRequest<T extends ConfigSetAdminRequest<T,ConfigSetAdminResponse>>
static class
ConfigSetAdminRequest.Create
static class
ConfigSetAdminRequest.Delete
static class
ConfigSetAdminRequest.List
-
Nested classes/interfaces inherited from class org.apache.solr.client.solrj.SolrRequest
SolrRequest.METHOD
-
-
Field Summary
Fields Modifier and Type Field Description protected ConfigSetParams.ConfigSetAction
action
-
Fields inherited from class org.apache.solr.client.solrj.SolrRequest
SUPPORTED_METHODS, useBinaryV2, usev2
-
-
Constructor Summary
Constructors Constructor Description ConfigSetAdminRequest()
ConfigSetAdminRequest(String path)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract R
createResponse(SolrClient client)
Create a new SolrResponse to hold the response from the serverSolrParams
getParams()
protected abstract Q
getThis()
protected ConfigSetAdminRequest
setAction(ConfigSetParams.ConfigSetAction action)
-
Methods inherited from class org.apache.solr.client.solrj.SolrRequest
getBasePath, getBasicAuthPassword, getBasicAuthUser, getCollection, getContentStreams, getContentWriter, getMethod, getPath, getQueryParams, getResponseParser, getStreamingResponseCallback, getUserPrincipal, process, process, setBasePath, setBasicAuthCredentials, setMethod, setPath, setQueryParams, setResponseParser, setStreamingResponseCallback, setUseBinaryV2, setUserPrincipal, setUseV2
-
-
-
-
Field Detail
-
action
protected ConfigSetParams.ConfigSetAction action
-
-
Constructor Detail
-
ConfigSetAdminRequest
public ConfigSetAdminRequest()
-
ConfigSetAdminRequest
public ConfigSetAdminRequest(String path)
-
-
Method Detail
-
setAction
protected ConfigSetAdminRequest setAction(ConfigSetParams.ConfigSetAction action)
-
getThis
protected abstract Q getThis()
-
getParams
public SolrParams getParams()
- Specified by:
getParams
in classSolrRequest<R extends ConfigSetAdminResponse>
-
createResponse
protected abstract R createResponse(SolrClient client)
Description copied from class:SolrRequest
Create a new SolrResponse to hold the response from the server- Specified by:
createResponse
in classSolrRequest<R extends ConfigSetAdminResponse>
- Parameters:
client
- theSolrClient
the request will be sent to
-
-