Package | Description |
---|---|
org.apache.solr.common.cloud |
Modifier and Type | Method and Description |
---|---|
Replica |
Slice.getLeader() |
Replica |
ClusterState.getShardProps(String collection,
String coreNodeName)
Get shard properties or null if shard is not found.
|
Modifier and Type | Method and Description |
---|---|
Collection<Replica> |
Slice.getReplicas()
Gets the list of replicas for this slice.
|
Map<String,Replica> |
Slice.getReplicasCopy() |
Map<String,Replica> |
Slice.getReplicasMap()
Get the map of coreNodeName to replicas for this slice.
|
Constructor and Description |
---|
Slice(String name,
Map<String,Replica> replicas,
Map<String,Object> props) |
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.