Class DeleteReplicaProperty
- java.lang.Object
-
- org.apache.solr.api.JerseyResource
-
- org.apache.solr.handler.admin.api.AdminAPIBase
-
- org.apache.solr.handler.admin.api.DeleteReplicaProperty
-
- All Implemented Interfaces:
DeleteReplicaPropertyApi
public class DeleteReplicaProperty extends AdminAPIBase implements DeleteReplicaPropertyApi
V2 API implementation for removing a property from a collection replica- See Also:
DeleteReplicaPropertyApi
-
-
Field Summary
-
Fields inherited from class org.apache.solr.handler.admin.api.AdminAPIBase
coreContainer, solrQueryRequest, solrQueryResponse
-
Fields inherited from class org.apache.solr.api.JerseyResource
containerRequestContext
-
-
Constructor Summary
Constructors Constructor Description DeleteReplicaProperty(CoreContainer coreContainer, SolrQueryRequest solrQueryRequest, SolrQueryResponse solrQueryResponse)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.apache.solr.common.cloud.ZkNodePropscreateRemoteMessage(String collName, String shardName, String replicaName, String propName)SolrJerseyResponsedeleteReplicaProperty(String collName, String shardName, String replicaName, String propertyName)static SolrJerseyResponseinvokeUsingV1Inputs(DeleteReplicaProperty apiInstance, org.apache.solr.common.params.SolrParams solrParams)-
Methods inherited from class org.apache.solr.handler.admin.api.AdminAPIBase
disableResponseCaching, fetchAndValidateZooKeeperAwareCoreContainer, insertIfNotNull, recordCollectionForLogAndTracing, resolveAndValidateAliasIfEnabled, resolveCollectionName, submitRemoteMessageAndHandleResponse, validateZooKeeperAwareCoreContainer
-
Methods inherited from class org.apache.solr.api.JerseyResource
ensureRequiredParameterProvided, ensureRequiredRequestBodyProvided, instantiateJerseyResponse, instantiateJerseyResponse
-
-
-
-
Constructor Detail
-
DeleteReplicaProperty
@Inject public DeleteReplicaProperty(CoreContainer coreContainer, SolrQueryRequest solrQueryRequest, SolrQueryResponse solrQueryResponse)
-
-
Method Detail
-
deleteReplicaProperty
public SolrJerseyResponse deleteReplicaProperty(String collName, String shardName, String replicaName, String propertyName) throws Exception
- Specified by:
deleteReplicaPropertyin interfaceDeleteReplicaPropertyApi- Throws:
Exception
-
invokeUsingV1Inputs
public static SolrJerseyResponse invokeUsingV1Inputs(DeleteReplicaProperty apiInstance, org.apache.solr.common.params.SolrParams solrParams) throws Exception
- Throws:
Exception
-
-