Uses of Class
org.apache.solr.common.cloud.PerReplicaStates
-
Packages that use PerReplicaStates Package Description org.apache.solr.common.cloud Common Solr Cloud and ZooKeeper related classes reused on both clients & server. -
-
Uses of PerReplicaStates in org.apache.solr.common.cloud
Methods in org.apache.solr.common.cloud that return PerReplicaStates Modifier and Type Method Description PerReplicaStates
DocCollection. getPerReplicaStates()
Methods in org.apache.solr.common.cloud with parameters of type PerReplicaStates Modifier and Type Method Description DocCollection
DocCollection. copyWith(PerReplicaStates newPerReplicaStates)
Update our state with a state of aReplica
Used to create a new Collection State when only a replica is updatedstatic Set<String>
PerReplicaStates. findModifiedReplicas(PerReplicaStates old, PerReplicaStates fresh)
Get the changed replicasMethod parameters in org.apache.solr.common.cloud with type arguments of type PerReplicaStates Modifier and Type Method Description static void
ClusterState. initReplicaStateProvider(Supplier<PerReplicaStates> replicaStatesSupplier)
-