Class CreateShardAPI.CreateShardRequestBody
- java.lang.Object
-
- org.apache.solr.handler.admin.api.CreateShardAPI.CreateShardRequestBody
-
- All Implemented Interfaces:
org.apache.solr.common.MapSerializable
,org.apache.solr.common.MapWriter
,org.apache.solr.common.NavigableObject
,JacksonReflectMapWriter
,org.noggit.JSONWriter.Writable
- Enclosing class:
- CreateShardAPI
public static class CreateShardAPI.CreateShardRequestBody extends Object implements JacksonReflectMapWriter
-
-
Field Summary
Fields Modifier and Type Field Description String
asyncId
Boolean
createReplicas
Boolean
followAliases
List<String>
nodeSet
Integer
nrtReplicas
Map<String,String>
properties
Integer
pullReplicas
Integer
replicationFactor
String
shardName
Integer
tlogReplicas
Boolean
waitForFinalState
-
Constructor Summary
Constructors Constructor Description CreateShardRequestBody()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CreateShardAPI.CreateShardRequestBody
fromV1Params(org.apache.solr.common.params.SolrParams params)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.solr.jersey.JacksonReflectMapWriter
writeMap
-
-
-
-
Field Detail
-
shardName
public String shardName
-
replicationFactor
public Integer replicationFactor
-
nrtReplicas
public Integer nrtReplicas
-
tlogReplicas
public Integer tlogReplicas
-
pullReplicas
public Integer pullReplicas
-
createReplicas
public Boolean createReplicas
-
waitForFinalState
public Boolean waitForFinalState
-
followAliases
public Boolean followAliases
-
asyncId
public String asyncId
-
-
Method Detail
-
fromV1Params
public static CreateShardAPI.CreateShardRequestBody fromV1Params(org.apache.solr.common.params.SolrParams params)
-
-