Class ReplicasApi.DeleteReplicasByCount
- java.lang.Object
-
- org.apache.solr.client.solrj.SolrRequest<ReplicasApi.DeleteReplicasByCountResponse>
-
- org.apache.solr.client.solrj.request.ReplicasApi.DeleteReplicasByCount
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ReplicasApi
public static class ReplicasApi.DeleteReplicasByCount extends SolrRequest<ReplicasApi.DeleteReplicasByCountResponse>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.solr.client.solrj.SolrRequest
SolrRequest.METHOD, SolrRequest.SolrClientContext, SolrRequest.SolrRequestType
-
-
Field Summary
-
Fields inherited from class org.apache.solr.client.solrj.SolrRequest
SUPPORTED_METHODS, useBinaryV2, usev2
-
-
Constructor Summary
Constructors Constructor Description DeleteReplicasByCount(String collectionName, String shardName)Create a DeleteReplicasByCount request object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ReplicasApi.DeleteReplicasByCountResponsecreateResponse(SolrClient client)Create a new SolrResponse to hold the response from the serverSolrParamsgetParams()StringgetRequestType()This method defines the type of this Solr request.ResponseParsergetResponseParser()voidsetAsync(String async)voidsetCount(Integer count)voidsetDeleteDataDir(Boolean deleteDataDir)voidsetDeleteIndex(Boolean deleteIndex)voidsetDeleteInstanceDir(Boolean deleteInstanceDir)voidsetFollowAliases(Boolean followAliases)voidsetOnlyIfDown(Boolean onlyIfDown)-
Methods inherited from class org.apache.solr.client.solrj.SolrRequest
addHeader, addHeaders, getBasePath, getBasicAuthPassword, getBasicAuthUser, getCollection, getContentStreams, getContentWriter, getHeaders, getMethod, getPath, getPreferredNodes, getQueryParams, getStreamingResponseCallback, getUserPrincipal, process, process, setBasePath, setBasicAuthCredentials, setMethod, setPath, setPreferredNodes, setQueryParams, setResponseParser, setStreamingResponseCallback, setUseBinaryV2, setUserPrincipal, setUseV2
-
-
-
-
Method Detail
-
setCount
public void setCount(Integer count)
-
setFollowAliases
public void setFollowAliases(Boolean followAliases)
-
setDeleteInstanceDir
public void setDeleteInstanceDir(Boolean deleteInstanceDir)
-
setDeleteDataDir
public void setDeleteDataDir(Boolean deleteDataDir)
-
setDeleteIndex
public void setDeleteIndex(Boolean deleteIndex)
-
setOnlyIfDown
public void setOnlyIfDown(Boolean onlyIfDown)
-
setAsync
public void setAsync(String async)
-
getRequestType
public String getRequestType()
Description copied from class:SolrRequestThis method defines the type of this Solr request.- Specified by:
getRequestTypein classSolrRequest<ReplicasApi.DeleteReplicasByCountResponse>
-
getParams
public SolrParams getParams()
- Specified by:
getParamsin classSolrRequest<ReplicasApi.DeleteReplicasByCountResponse>
-
createResponse
protected ReplicasApi.DeleteReplicasByCountResponse createResponse(SolrClient client)
Description copied from class:SolrRequestCreate a new SolrResponse to hold the response from the server- Specified by:
createResponsein classSolrRequest<ReplicasApi.DeleteReplicasByCountResponse>- Parameters:
client- theSolrClientthe request will be sent to
-
getResponseParser
public ResponseParser getResponseParser()
- Overrides:
getResponseParserin classSolrRequest<ReplicasApi.DeleteReplicasByCountResponse>- Returns:
- The
ResponseParser
-
-