|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HashPartitioner.Range | |
---|---|
org.apache.solr.common.cloud | Common Solr Cloud and ZooKeeper related classes reused on both clients & server. |
Uses of HashPartitioner.Range in org.apache.solr.common.cloud |
---|
Methods in org.apache.solr.common.cloud that return HashPartitioner.Range | |
---|---|
HashPartitioner.Range |
HashPartitioner.fromString(String range)
|
HashPartitioner.Range |
HashPartitioner.fullRange()
|
Methods in org.apache.solr.common.cloud that return types with arguments of type HashPartitioner.Range | |
---|---|
List<HashPartitioner.Range> |
HashPartitioner.partitionRange(int partitions,
HashPartitioner.Range range)
|
List<HashPartitioner.Range> |
HashPartitioner.partitionRange(int partitions,
int min,
int max)
Returns the range for each partition |
Methods in org.apache.solr.common.cloud with parameters of type HashPartitioner.Range | |
---|---|
List<HashPartitioner.Range> |
HashPartitioner.partitionRange(int partitions,
HashPartitioner.Range range)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |