Class ReplicaPropertiesApi.DeleteReplicaProperty
- java.lang.Object
-
- org.apache.solr.client.solrj.SolrRequest<ReplicaPropertiesApi.DeleteReplicaPropertyResponse>
-
- org.apache.solr.client.solrj.request.ReplicaPropertiesApi.DeleteReplicaProperty
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ReplicaPropertiesApi
public static class ReplicaPropertiesApi.DeleteReplicaProperty extends SolrRequest<ReplicaPropertiesApi.DeleteReplicaPropertyResponse>
- 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 DeleteReplicaProperty(String collName, String shardName, String replicaName, String propName)
Create a DeleteReplicaProperty request object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ReplicaPropertiesApi.DeleteReplicaPropertyResponse
createResponse(SolrClient client)
Create a new SolrResponse to hold the response from the serverSolrParams
getParams()
String
getRequestType()
This method defines the type of this Solr request.ResponseParser
getResponseParser()
-
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, requiresCollection, setBasePath, setBasicAuthCredentials, setMethod, setPath, setPreferredNodes, setQueryParams, setResponseParser, setStreamingResponseCallback, setUseBinaryV2, setUserPrincipal, setUseV2
-
-
-
-
Constructor Detail
-
DeleteReplicaProperty
public DeleteReplicaProperty(String collName, String shardName, String replicaName, String propName)
Create a DeleteReplicaProperty request object.- Parameters:
collName
- Path param - The name of the collection the replica belongs to.shardName
- Path param - The name of the shard the replica belongs to.replicaName
- Path param - The replica, e.g., `core_node1`.propName
- Path param - The name of the property to delete.
-
-
Method Detail
-
getRequestType
public String getRequestType()
Description copied from class:SolrRequest
This method defines the type of this Solr request.- Specified by:
getRequestType
in classSolrRequest<ReplicaPropertiesApi.DeleteReplicaPropertyResponse>
-
getParams
public SolrParams getParams()
- Specified by:
getParams
in classSolrRequest<ReplicaPropertiesApi.DeleteReplicaPropertyResponse>
-
createResponse
protected ReplicaPropertiesApi.DeleteReplicaPropertyResponse createResponse(SolrClient client)
Description copied from class:SolrRequest
Create a new SolrResponse to hold the response from the server- Specified by:
createResponse
in classSolrRequest<ReplicaPropertiesApi.DeleteReplicaPropertyResponse>
- Parameters:
client
- theSolrClient
the request will be sent to
-
getResponseParser
public ResponseParser getResponseParser()
- Overrides:
getResponseParser
in classSolrRequest<ReplicaPropertiesApi.DeleteReplicaPropertyResponse>
- Returns:
- The
ResponseParser
-
-