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.cloudMethods in org.apache.solr.common.cloud that return PerReplicaStates Modifier and Type Method Description PerReplicaStatesDocCollection. getPerReplicaStates()Methods in org.apache.solr.common.cloud with parameters of type PerReplicaStates Modifier and Type Method Description DocCollectionDocCollection. copyWith(PerReplicaStates newPerReplicaStates)Update our state with a state of aReplicaUsed 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 voidClusterState. initReplicaStateProvider(Supplier<PerReplicaStates> replicaStatesSupplier)
 
-