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
V2 API implementation for removing a property from a collection replica
- See Also:
-
Field Summary
Fields inherited from class org.apache.solr.handler.admin.api.AdminAPIBase
coreContainer, solrQueryRequest, solrQueryResponseFields inherited from class org.apache.solr.api.JerseyResource
containerRequestContext -
Constructor Summary
ConstructorsConstructorDescriptionDeleteReplicaProperty(CoreContainer coreContainer, SolrQueryRequest solrQueryRequest, SolrQueryResponse solrQueryResponse) -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.solr.common.cloud.ZkNodePropscreateRemoteMessage(String collName, String shardName, String replicaName, String propName) deleteReplicaProperty(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, validateZooKeeperAwareCoreContainerMethods inherited from class org.apache.solr.api.JerseyResource
ensureRequiredParameterProvided, ensureRequiredRequestBodyProvided, instantiateJerseyResponse, instantiateJerseyResponse
-
Constructor Details
-
DeleteReplicaProperty
@Inject public DeleteReplicaProperty(CoreContainer coreContainer, SolrQueryRequest solrQueryRequest, SolrQueryResponse solrQueryResponse)
-
-
Method Details
-
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
-
createRemoteMessage
-