| Package | Description |
|---|---|
| org.apache.solr.cloud.api.collections |
Package related to internal implementations of the SolrCloud collections api
|
| org.apache.solr.cloud.rule |
Classes for managing Replica placement strategy when operating in SolrCloud mode.
|
| Modifier and Type | Field and Description |
|---|---|
List<Rule> |
Assign.RulesBasedAssignStrategy.rules |
| Constructor and Description |
|---|
RulesBasedAssignStrategy(List<Rule> rules,
List snitches,
ClusterState clusterState) |
| Constructor and Description |
|---|
ReplicaAssigner(List<Rule> rules,
Map<String,Integer> shardVsReplicaCount,
List snitches,
Map<String,Map<String,Integer>> shardVsNodes,
List<String> participatingLiveNodes,
SolrCloudManager cloudManager,
ClusterState clusterState)
Deprecated.
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.