Uses of Class
org.apache.solr.common.cloud.DocRouter.Range

Packages that use DocRouter.Range
org.apache.solr.common.cloud Common Solr Cloud and ZooKeeper related classes reused on both clients & server. 
 

Uses of DocRouter.Range in org.apache.solr.common.cloud
 

Methods in org.apache.solr.common.cloud that return DocRouter.Range
 DocRouter.Range DocRouter.fromString(String range)
           
 DocRouter.Range DocRouter.fullRange()
           
 DocRouter.Range Slice.getRange()
           
 

Methods in org.apache.solr.common.cloud that return types with arguments of type DocRouter.Range
 List<DocRouter.Range> DocRouter.partitionRange(int partitions, DocRouter.Range range)
          Returns the range for each partition
 List<DocRouter.Range> ImplicitDocRouter.partitionRange(int partitions, DocRouter.Range range)
           
 List<DocRouter.Range> CompositeIdRouter.partitionRange(int partitions, DocRouter.Range range)
           
 

Methods in org.apache.solr.common.cloud with parameters of type DocRouter.Range
 boolean DocRouter.Range.isSubsetOf(DocRouter.Range superset)
           
 boolean DocRouter.Range.overlaps(DocRouter.Range other)
           
 List<DocRouter.Range> DocRouter.partitionRange(int partitions, DocRouter.Range range)
          Returns the range for each partition
 List<DocRouter.Range> ImplicitDocRouter.partitionRange(int partitions, DocRouter.Range range)
           
 List<DocRouter.Range> CompositeIdRouter.partitionRange(int partitions, DocRouter.Range range)
           
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.