Class AddReplicaCmd.CreateReplica
- java.lang.Object
-
- org.apache.solr.cloud.api.collections.AddReplicaCmd.CreateReplica
-
- Enclosing class:
- AddReplicaCmd
public static class AddReplicaCmd.CreateReplica extends Object
A data structure to keep all information required to create a new replica in one place. Think of it as a typed ZkNodeProps for replica creation.This is not a public API and can be changed at any time without notice.
-
-
Field Summary
Fields Modifier and Type Field Description String
collectionName
String
coreName
String
coreNodeName
String
node
org.apache.solr.common.cloud.Replica.Type
replicaType
String
sliceName
-