| Package | Description |
|---|---|
| org.apache.solr.common.cloud |
Common Solr Cloud and ZooKeeper related classes reused on both clients & server.
|
| Modifier and Type | Method and Description |
|---|---|
HashPartitioner.Range |
HashPartitioner.fromString(String range) |
HashPartitioner.Range |
HashPartitioner.fullRange() |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
List<HashPartitioner.Range> |
HashPartitioner.partitionRange(int partitions,
HashPartitioner.Range range) |
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.