Uses of Class
org.apache.solr.common.cloud.Replica
Packages that use Replica
Package
Description
Classes to handle query routing preferences
Common Solr Cloud and ZooKeeper related classes reused on both clients & server.
-
Uses of Replica in org.apache.solr.client.solrj.routing
Methods in org.apache.solr.client.solrj.routing that return types with arguments of type Replica -
Uses of Replica in org.apache.solr.common.cloud
Methods in org.apache.solr.common.cloud that return ReplicaModifier and TypeMethodDescriptionReplica.copyWith(PerReplicaStates.State state) Replica.copyWith(Replica.State state) Slice.getLeader()DocCollection.getReplica(String coreNodeName) Slice.getReplica(String replicaName) Methods in org.apache.solr.common.cloud that return types with arguments of type ReplicaModifier and TypeMethodDescriptionClusterState.getReplicaNamesPerCollectionOnNode(String nodeName) Deprecated.DocCollection.getReplicas()Deprecated.Slice.getReplicas()Gets the list of all replicas for this slice.Slice.getReplicas(EnumSet<Replica.Type> s) Gets the list of replicas that have a type present in sSlice.getReplicas(Predicate<Replica> pred) Gets all replicas that match a predicateSlice.getReplicasCopy()Slice.getReplicasMap()Get the map of coreNodeName to replicas for this slice.DocCollection.getReplicasOnNode(String nodeName) Get the list of replicas hosted on the given node, or an empty list if none.Slice.iterator()Methods in org.apache.solr.common.cloud with parameters of type ReplicaModifier and TypeMethodDescriptionMake a copy with a modified replicaMethod parameters in org.apache.solr.common.cloud with type arguments of type ReplicaModifier and TypeMethodDescriptionvoidDocCollection.forEachReplica(BiConsumer<String, Replica> consumer) Slice.getReplicas(Predicate<Replica> pred) Gets all replicas that match a predicateConstructor parameters in org.apache.solr.common.cloud with type arguments of type Replica