public abstract class ConfigSetAdminRequest extends SolrRequest
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ConfigSetAdminRequest.ConfigSetSpecificAdminRequest |
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 |
|---|---|
Collection<ContentStream> |
getContentStreams() |
SolrParams |
getParams() |
ConfigSetAdminResponse |
process(SolrServer server) |
protected ConfigSetAdminRequest |
setAction(ConfigSetParams.ConfigSetAction action) |
getMethod, getPath, getQueryParams, getResponseParser, getStreamingResponseCallback, setMethod, setPath, setQueryParams, setResponseParser, setStreamingResponseCallbackprotected ConfigSetParams.ConfigSetAction action
public ConfigSetAdminRequest()
public ConfigSetAdminRequest(String path)
protected ConfigSetAdminRequest setAction(ConfigSetParams.ConfigSetAction action)
public SolrParams getParams()
getParams in class SolrRequestpublic Collection<ContentStream> getContentStreams() throws IOException
getContentStreams in class SolrRequestIOExceptionpublic ConfigSetAdminResponse process(SolrServer server) throws SolrServerException, IOException
process in class SolrRequestSolrServerExceptionIOExceptionCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.