public abstract class ConfigSetAdminRequest<Q extends ConfigSetAdminRequest<Q,R>,R extends ConfigSetAdminResponse> extends SolrRequest<R>
| Modifier and Type | Class and Description | 
|---|---|
| protected static class  | ConfigSetAdminRequest.ConfigSetSpecificAdminRequest<T extends ConfigSetAdminRequest<T,ConfigSetAdminResponse>> | 
| static class  | ConfigSetAdminRequest.Create | 
| static class  | ConfigSetAdminRequest.Delete | 
| static class  | ConfigSetAdminRequest.List | 
SolrRequest.METHOD| Modifier and Type | Field and Description | 
|---|---|
| protected ConfigSetParams.ConfigSetAction | action | 
| Constructor and Description | 
|---|
| ConfigSetAdminRequest() | 
| ConfigSetAdminRequest(String path) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract R | createResponse(SolrClient client)Create a new SolrResponse to hold the response from the server | 
| Collection<ContentStream> | getContentStreams() | 
| SolrParams | getParams() | 
| protected abstract Q | getThis() | 
| protected ConfigSetAdminRequest | setAction(ConfigSetParams.ConfigSetAction action) | 
getBasicAuthPassword, getBasicAuthUser, getMethod, getPath, getQueryParams, getResponseParser, getStreamingResponseCallback, process, process, setBasicAuthCredentials, setMethod, setPath, setQueryParams, setResponseParser, setStreamingResponseCallbackprotected ConfigSetParams.ConfigSetAction action
public ConfigSetAdminRequest()
public ConfigSetAdminRequest(String path)
protected ConfigSetAdminRequest setAction(ConfigSetParams.ConfigSetAction action)
protected abstract Q getThis()
public SolrParams getParams()
getParams in class SolrRequest<R extends ConfigSetAdminResponse>public Collection<ContentStream> getContentStreams() throws IOException
getContentStreams in class SolrRequest<R extends ConfigSetAdminResponse>IOExceptionprotected abstract R createResponse(SolrClient client)
SolrRequestcreateResponse in class SolrRequest<R extends ConfigSetAdminResponse>client - the SolrClient the request will be sent toCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.