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 classes -
-
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()
Deprecated.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)
Deprecated.Check if another range is a subset of this range
-