Class CreatePayload
- java.lang.Object
-
- org.apache.solr.client.solrj.request.beans.CreatePayload
-
- All Implemented Interfaces:
MapSerializable
,MapWriter
,NavigableObject
,ReflectMapWriter
public class CreatePayload extends Object implements ReflectMapWriter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.solr.common.MapWriter
MapWriter.EntryWriter
-
-
Field Summary
Fields Modifier and Type Field Description String
async
String
config
String
name
List<String>
nodeSet
Integer
nrtReplicas
Integer
numShards
Boolean
perReplicaState
Map<String,Object>
properties
Integer
pullReplicas
Integer
replicationFactor
Map<String,Object>
router
String
shards
Boolean
shuffleNodes
Integer
tlogReplicas
Boolean
waitForFinalState
-
Constructor Summary
Constructors Constructor Description CreatePayload()
-
Method Summary
-
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.common.NavigableObject
_forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStr, _size
-
Methods inherited from interface org.apache.solr.common.util.ReflectMapWriter
writeMap
-
-
-
-
Field Detail
-
name
public String name
-
config
public String config
-
numShards
public Integer numShards
-
shards
public String shards
-
replicationFactor
public Integer replicationFactor
-
nrtReplicas
public Integer nrtReplicas
-
tlogReplicas
public Integer tlogReplicas
-
pullReplicas
public Integer pullReplicas
-
shuffleNodes
public Boolean shuffleNodes
-
async
public String async
-
waitForFinalState
public Boolean waitForFinalState
-
perReplicaState
public Boolean perReplicaState
-
-