Class ReplicasApi.DeleteReplicasByCountAllShards
- java.lang.Object
-
- org.apache.solr.client.solrj.SolrRequest<ReplicasApi.DeleteReplicasByCountAllShardsResponse>
-
- org.apache.solr.client.solrj.request.ReplicasApi.DeleteReplicasByCountAllShards
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ReplicasApi
public static class ReplicasApi.DeleteReplicasByCountAllShards extends SolrRequest<ReplicasApi.DeleteReplicasByCountAllShardsResponse>
- 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 DeleteReplicasByCountAllShards(String collectionName)
Create a DeleteReplicasByCountAllShards request object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ReplicasApi.DeleteReplicasByCountAllShardsResponse
createResponse(SolrClient client)
Create a new SolrResponse to hold the response from the serverRequestWriter.ContentWriter
getContentWriter(String expectedType)
If a request object wants to do a push write, implement this method.SolrParams
getParams()
String
getRequestType()
This method defines the type of this Solr request.ResponseParser
getResponseParser()
void
setAsync(String async)
void
setDeleteDataDir(Boolean deleteDataDir)
void
setDeleteIndex(Boolean deleteIndex)
void
setDeleteInstanceDir(Boolean deleteInstanceDir)
void
setFollowAliases(Boolean followAliases)
void
setNumToDelete(Integer numToDelete)
void
setOnlyIfDown(Boolean onlyIfDown)
-
Methods inherited from class org.apache.solr.client.solrj.SolrRequest
addHeader, addHeaders, getBasePath, getBasicAuthPassword, getBasicAuthUser, getCollection, getContentStreams, getHeaders, getMethod, getPath, getPreferredNodes, getQueryParams, getStreamingResponseCallback, getUserPrincipal, process, process, requiresCollection, setBasePath, setBasicAuthCredentials, setMethod, setPath, setPreferredNodes, setQueryParams, setResponseParser, setStreamingResponseCallback, setUseBinaryV2, setUserPrincipal, setUseV2
-
-
-
-
Constructor Detail
-
DeleteReplicasByCountAllShards
public DeleteReplicasByCountAllShards(String collectionName)
Create a DeleteReplicasByCountAllShards request object.- Parameters:
collectionName
- Path param -
-
-
Method Detail
-
setNumToDelete
public void setNumToDelete(Integer numToDelete)
-
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)
-
getContentWriter
public RequestWriter.ContentWriter getContentWriter(String expectedType)
Description copied from class:SolrRequest
If a request object wants to do a push write, implement this method.- Overrides:
getContentWriter
in classSolrRequest<ReplicasApi.DeleteReplicasByCountAllShardsResponse>
- Parameters:
expectedType
- This is the type that the RequestWriter would like to get. But, it is OK to send any format
-
getRequestType
public String getRequestType()
Description copied from class:SolrRequest
This method defines the type of this Solr request.- Specified by:
getRequestType
in classSolrRequest<ReplicasApi.DeleteReplicasByCountAllShardsResponse>
-
getParams
public SolrParams getParams()
- Specified by:
getParams
in classSolrRequest<ReplicasApi.DeleteReplicasByCountAllShardsResponse>
-
createResponse
protected ReplicasApi.DeleteReplicasByCountAllShardsResponse createResponse(SolrClient client)
Description copied from class:SolrRequest
Create a new SolrResponse to hold the response from the server- Specified by:
createResponse
in classSolrRequest<ReplicasApi.DeleteReplicasByCountAllShardsResponse>
- Parameters:
client
- theSolrClient
the request will be sent to
-
getResponseParser
public ResponseParser getResponseParser()
- Overrides:
getResponseParser
in classSolrRequest<ReplicasApi.DeleteReplicasByCountAllShardsResponse>
- Returns:
- The
ResponseParser
-
-