Class ShardsApi.CreateShard
- java.lang.Object
-
- org.apache.solr.client.solrj.SolrRequest<ShardsApi.CreateShardResponse>
-
- org.apache.solr.client.solrj.request.ShardsApi.CreateShard
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ShardsApi
public static class ShardsApi.CreateShard extends SolrRequest<ShardsApi.CreateShardResponse>
- 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 CreateShard(String collectionName)Create a CreateShard request object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ShardsApi.CreateShardResponsecreateResponse(SolrClient client)Create a new SolrResponse to hold the response from the serverRequestWriter.ContentWritergetContentWriter(String expectedType)If a request object wants to do a push write, implement this method.SolrParamsgetParams()StringgetRequestType()This method defines the type of this Solr request.ResponseParsergetResponseParser()voidsetAsync(String async)voidsetCreateReplicas(Boolean createReplicas)voidsetFollowAliases(Boolean followAliases)voidsetNodeSet(List<String> nodeSet)voidsetNrtReplicas(Integer nrtReplicas)voidsetProperties(Map<String,String> properties)voidsetPullReplicas(Integer pullReplicas)voidsetReplicationFactor(Integer replicationFactor)voidsetShardName(String shardName)voidsetTlogReplicas(Integer tlogReplicas)voidsetWaitForFinalState(Boolean waitForFinalState)-
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
-
CreateShard
public CreateShard(String collectionName)
Create a CreateShard request object.- Parameters:
collectionName- Path param -
-
-
Method Detail
-
setReplicationFactor
public void setReplicationFactor(Integer replicationFactor)
-
setNrtReplicas
public void setNrtReplicas(Integer nrtReplicas)
-
setTlogReplicas
public void setTlogReplicas(Integer tlogReplicas)
-
setPullReplicas
public void setPullReplicas(Integer pullReplicas)
-
setWaitForFinalState
public void setWaitForFinalState(Boolean waitForFinalState)
-
setFollowAliases
public void setFollowAliases(Boolean followAliases)
-
setAsync
public void setAsync(String async)
-
setShardName
public void setShardName(String shardName)
-
setCreateReplicas
public void setCreateReplicas(Boolean createReplicas)
-
getContentWriter
public RequestWriter.ContentWriter getContentWriter(String expectedType)
Description copied from class:SolrRequestIf a request object wants to do a push write, implement this method.- Overrides:
getContentWriterin classSolrRequest<ShardsApi.CreateShardResponse>- 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:SolrRequestThis method defines the type of this Solr request.- Specified by:
getRequestTypein classSolrRequest<ShardsApi.CreateShardResponse>
-
getParams
public SolrParams getParams()
- Specified by:
getParamsin classSolrRequest<ShardsApi.CreateShardResponse>
-
createResponse
protected ShardsApi.CreateShardResponse createResponse(SolrClient client)
Description copied from class:SolrRequestCreate a new SolrResponse to hold the response from the server- Specified by:
createResponsein classSolrRequest<ShardsApi.CreateShardResponse>- Parameters:
client- theSolrClientthe request will be sent to
-
getResponseParser
public ResponseParser getResponseParser()
- Overrides:
getResponseParserin classSolrRequest<ShardsApi.CreateShardResponse>- Returns:
- The
ResponseParser
-
-