Uses of Interface
org.apache.solr.cluster.api.HashRange
-
Packages that use HashRange Package Description org.apache.solr.cluster.api API interfaces for core SolrCloud classesorg.apache.solr.common.cloud Common Solr Cloud and ZooKeeper related classes reused on both clients & server. -
-
Uses of HashRange in org.apache.solr.cluster.api
Methods in org.apache.solr.cluster.api that return HashRange Modifier and Type Method Description HashRange
Shard. range()
hash range of this shard.Methods in org.apache.solr.cluster.api with parameters of type HashRange Modifier and Type Method Description default boolean
HashRange. isSubset(HashRange subset)
Check if another range is a subset of this range -
Uses of HashRange in org.apache.solr.common.cloud
Classes in org.apache.solr.common.cloud that implement HashRange Modifier and Type Class Description static class
DocRouter.Range
-