| Package | Description | 
|---|---|
| org.apache.solr.client.solrj.cloud.autoscaling | Common classes for autoscaling parsing filtering nodes and sorting | 
| org.apache.solr.common.cloud | Common Solr Cloud and ZooKeeper related classes reused on both clients & server. | 
| Modifier and Type | Method and Description | 
|---|---|
| static List<ReplicaPosition> | PolicyHelper. getReplicaLocations(String collName,
                   AutoScalingConfig autoScalingConfig,
                   SolrCloudManager cloudManager,
                   Map<String,String> optionalPolicyMapping,
                   List<String> shardNames,
                   int nrtReplicas,
                   int tlogReplicas,
                   int pullReplicas,
                   List<String> nodesList) | 
| Modifier and Type | Method and Description | 
|---|---|
| ReplicaPosition | ReplicaPosition. setNode(String node) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | ReplicaPosition. compareTo(ReplicaPosition that) | 
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.